#FFB683
A light, vivid orange closely aligning with Lightsalmon.
About #FFB683
At its core, #FFB683 is a light and vivid hue. Its closest recognized web color is Lightsalmon. In the RGB color space, it consists of 255 red, 182 green, and 131 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 29% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FFB683
RGB255, 182, 131
HSL24.7°, 100.0%, 75.7%
CMYK0%, 29%, 49%, 0%
HSV24.7°, 48.6%, 100.0%
LAB79.8, 20.8, 36.4
XYZ62.1, 56.4, 29.1
Decimal16758403
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.71:1
Text on #FFFFFF
FAIL
12.27:1
Text on #000000
AAA
1.64:1
Text on #F8FAFC
FAIL
10.43:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFB683;
}
.text-color {
color: #FFB683;
}
.border-color {
border: 2px solid #FFB683;
}