#FFB68A
A light, vivid orange closely aligning with Lightsalmon.
About #FFB68A
At its core, #FFB68A is a light and vivid hue. It is closely associated with the named CSS color Lightsalmon. This translates to an RGB value of rgb(255, 182, 138).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 29% magenta, 46% yellow, and 0% black. With a hue angle of 22.6 degrees, it sits comfortably in the orange spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FFB68A
RGB255, 182, 138
HSL22.6°, 100.0%, 77.1%
CMYK0%, 29%, 46%, 0%
HSV22.6°, 45.9%, 100.0%
LAB79.9, 21.4, 32.9
XYZ62.6, 56.6, 31.7
Decimal16758410
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.71:1
Text on #FFFFFF
FAIL
12.31:1
Text on #000000
AAA
1.63:1
Text on #F8FAFC
FAIL
10.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFB68A;
}
.text-color {
color: #FFB68A;
}
.border-color {
border: 2px solid #FFB68A;
}