CSS named colour
Light Salmon
#ffa07a
A CSS named colour: lightsalmon is valid anywhere a colour is expected.
- RGB
- rgb(255 160 122)
- HSL
- 17°, 100%, 74%
- OKLCh
- 79.4% 0.125 42.4
Light Salmon in every format
Web & CSSThe everyday formats for stylesheets and design tools.
| Hex | #ffa07a | |
|---|---|---|
| RGB | rgb(255 160 122) | |
| RGB legacy | rgb(255, 160, 122) | |
| RGB percent | rgb(100% 62.75% 47.84%) | |
| HSL | hsl(17.1 100% 73.9%) | |
| HSL legacy | hsl(17.1, 100%, 73.9%) | |
| HSV / HSB | hsv(17.1, 52.2%, 100%) | |
| HWB | hwb(17.1 47.8% 0%) | |
| Nearest name | lightsalmon | |
| CMYK | cmyk(0%, 37.3%, 52.2%, 0%)Naive conversion. Real print work needs an ICC profile. |
Perceptual & wide gamutModern CSS colour spaces for uniform scales and P3 displays.
| OKLCh | oklch(79.376% 0.12483 42.425)Modern CSS colour space for even palettes — better than HSL when building scales. | |
|---|---|---|
| OKLab | oklab(79.376% 0.09215 0.08421) | |
| CIE LCh | lch(75.221% 48.69 46.524) | |
| CIE Lab | lab(75.221% 33.501 35.332) | |
| Display P3 | color(display-p3 0.9476 0.6446 0.5061) | |
| Rec. 2020 | color(rec2020 0.8674 0.6241 0.4587) | |
| srgb-linear | color(srgb-linear 1 0.3515 0.1946)Light-linear sRGB — the same numbers a shader wants for maths. | |
| CIE XYZ (D65) | color(xyz-d65 0.5732 0.4781 0.2462) |
ShadersGLSL, HLSL and WGSL vectors in both encoded and linear form.
| GLSL vec3 — sRGB | vec3(1.0, 0.627, 0.478)Encoded values. Use when writing straight to the framebuffer. | |
|---|---|---|
| GLSL vec3 — linear | vec3(1.0, 0.352, 0.195)Light-linear values. Use for lighting, blending and mixing. | |
| GLSL vec4 — sRGB | vec4(1.0, 0.627, 0.478, 1.0) | |
| GLSL vec4 — linear | vec4(1.0, 0.352, 0.195, 1.0) | |
| GLSL ivec3 | ivec3(255, 160, 122) | |
| HLSL float3 — sRGB | float3(1.0, 0.627, 0.478) | |
| HLSL float3 — linear | float3(1.0, 0.352, 0.195) | |
| HLSL float4 — sRGB | float4(1.0, 0.627, 0.478, 1.0) | |
| HLSL half4 — sRGB | half4(1.0, 0.627, 0.478, 1.0) | |
| WGSL vec3f — sRGB | vec3f(1.0, 0.627, 0.478) | |
| WGSL vec4f — sRGB | vec4f(1.0, 0.627, 0.478, 1.0) | |
| WGSL vec3<f32> — linear | vec3<f32>(1.0, 0.352, 0.195) |
Engines & appsConstructors for Unity, Unreal, Godot, Flutter, SwiftUI and Android.
| Unity Color | new Color(1.0f, 0.627f, 0.478f, 1.0f)Color for everyday scripting (0–1). Color32 when you need whole numbers from 0 to 255. | |
|---|---|---|
| Unity Color32 | new Color32(255, 160, 122, 255) | |
| Unreal FLinearColor | FLinearColor(1.0f, 0.3515f, 0.1946f, 1.0f)FLinearColor for materials and lighting. FColor when you need whole numbers from 0 to 255. | |
| Unreal FColor | FColor(255, 160, 122, 255)Whole numbers from 0 to 255 — use when an API asks for FColor, not FLinearColor. | |
| Godot Color | Color(1, 0.627, 0.478, 1) | |
| Flutter Color | Color(0xFFFFA07A)Packed ARGB, so alpha comes first. | |
| Android Color | Color.rgb(255, 160, 122) | |
| SwiftUI Color | Color(red: 1, green: 0.627, blue: 0.478) | |
| UIKit UIColor | UIColor(red: 1, green: 0.627, blue: 0.478, alpha: 1) |
Raw valuesPacked integers and plain arrays.
| 0x hex | 0xFFA07A | |
|---|---|---|
| 0x hex (ARGB) | 0xFFFFA07A | |
| Array 0–1 | [1, 0.627, 0.478] | |
| Array 0–255 | [255, 160, 122] | |
| Decimal integer | 16752762 |
Contrast and accessibility
WCAG 2 ratios are what audits and legislation reference. APCA is shown alongside because WCAG 2 is known to misjudge mid-tone backgrounds, and it is the basis of the WCAG 3 draft.
| Pairing | WCAG 2 ratio | Level | APCA | Suitable for |
|---|---|---|---|---|
| Light Salmon on white | 1.99:1 | Fail | Lc 38 | Non-text elements only |
| Light Salmon on black | 10.56:1 | AAA | Lc 64 | Headings and large text |
Light Salmon text on a white background
Light Salmon text on a black background
White text on Light Salmon
Black text on Light Salmon
Tonal scale
Hue held fixed while lightness walks OKLCh, ready to use as a design system ramp.
- 50#fff0e5
- 100#ffe3d3
- 200#ffcbb2
- 300#ffad8b
- 400#e98f6b
- 500#c96f4b
- 600#ab5633
- 700#8e411f
- 800#752f0f
- 900#602102
- 950#3d0b00
Tints and shades
Mixed perceptually toward white and black, so the steps feel evenly spaced.
- Tint 1#ffb091
- Tint 2#ffc1a7
- Tint 3#ffd0bd
- Tint 4#ffe0d3
- Tint 5#fff0e9
- Shade 1#c87d5e
- Shade 2#945b44
- Shade 3#633b2b
- Shade 4#361e14
- Shade 5#0f0503
Colours that work with Light Salmon
Complementary, triadic and analogous partners, rotated in OKLCh so they keep the same apparent brightness.
- #4bcdf5
- #66d5a4
- #b0b1ff
- #ff99a6
- #edae5a
Closest CSS names
lightsalmonexact matchsandybrownΔEok 0.039darksalmonΔEok 0.047burlywoodΔEok 0.071coralΔEok 0.073salmonΔEok 0.073