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

Open in the picker

Light Salmon in every format

Web & CSSThe everyday formats for stylesheets and design tools.

Hex#ffa07a
RGBrgb(255 160 122)
RGB legacyrgb(255, 160, 122)
RGB percentrgb(100% 62.75% 47.84%)
HSLhsl(17.1 100% 73.9%)
HSL legacyhsl(17.1, 100%, 73.9%)
HSV / HSBhsv(17.1, 52.2%, 100%)
HWBhwb(17.1 47.8% 0%)
Nearest namelightsalmon
CMYKcmyk(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.

OKLChoklch(79.376% 0.12483 42.425)Modern CSS colour space for even palettes — better than HSL when building scales.
OKLaboklab(79.376% 0.09215 0.08421)
CIE LChlch(75.221% 48.69 46.524)
CIE Lablab(75.221% 33.501 35.332)
Display P3color(display-p3 0.9476 0.6446 0.5061)
Rec. 2020color(rec2020 0.8674 0.6241 0.4587)
srgb-linearcolor(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 — sRGBvec3(1.0, 0.627, 0.478)Encoded values. Use when writing straight to the framebuffer.
GLSL vec3 — linearvec3(1.0, 0.352, 0.195)Light-linear values. Use for lighting, blending and mixing.
GLSL vec4 — sRGBvec4(1.0, 0.627, 0.478, 1.0)
GLSL vec4 — linearvec4(1.0, 0.352, 0.195, 1.0)
GLSL ivec3ivec3(255, 160, 122)
HLSL float3 — sRGBfloat3(1.0, 0.627, 0.478)
HLSL float3 — linearfloat3(1.0, 0.352, 0.195)
HLSL float4 — sRGBfloat4(1.0, 0.627, 0.478, 1.0)
HLSL half4 — sRGBhalf4(1.0, 0.627, 0.478, 1.0)
WGSL vec3f — sRGBvec3f(1.0, 0.627, 0.478)
WGSL vec4f — sRGBvec4f(1.0, 0.627, 0.478, 1.0)
WGSL vec3<f32> — linearvec3<f32>(1.0, 0.352, 0.195)

Engines & appsConstructors for Unity, Unreal, Godot, Flutter, SwiftUI and Android.

Unity Colornew 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 Color32new Color32(255, 160, 122, 255)
Unreal FLinearColorFLinearColor(1.0f, 0.3515f, 0.1946f, 1.0f)FLinearColor for materials and lighting. FColor when you need whole numbers from 0 to 255.
Unreal FColorFColor(255, 160, 122, 255)Whole numbers from 0 to 255 — use when an API asks for FColor, not FLinearColor.
Godot ColorColor(1, 0.627, 0.478, 1)
Flutter ColorColor(0xFFFFA07A)Packed ARGB, so alpha comes first.
Android ColorColor.rgb(255, 160, 122)
SwiftUI ColorColor(red: 1, green: 0.627, blue: 0.478)
UIKit UIColorUIColor(red: 1, green: 0.627, blue: 0.478, alpha: 1)

Raw valuesPacked integers and plain arrays.

0x hex0xFFA07A
0x hex (ARGB)0xFFFFA07A
Array 0–1[1, 0.627, 0.478]
Array 0–255[255, 160, 122]
Decimal integer16752762

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.

PairingWCAG 2 ratioLevelAPCASuitable for
Light Salmon on white1.99:1FailLc 38Non-text elements only
Light Salmon on black10.56:1AAALc 64Headings 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 match
  • sandybrownΔEok 0.039
  • darksalmonΔEok 0.047
  • burlywoodΔEok 0.071
  • coralΔEok 0.073
  • salmonΔEok 0.073