#eccb6f
a light, electric yellow · warm · closest name: khaki
RGB
236, 203, 111
HSL
44°, 77%, 68%
CMYK
0, 14, 53, 8
Luminance
0.6169
Every format
| HEX | #eccb6f |
| RGB | rgb(236, 203, 111) |
| HSL | hsl(44, 77%, 68%) |
| CMYK | cmyk(0%, 14%, 53%, 8%) |
| LAB | lab(82.8 0.4 49.7) |
| LCH | lch(82.8 49.7 89.5) |
| OKLCH | oklch(0.852 0.118 90.1) |
Copy-ready code
/* CSS */
color: #eccb6f;
background-color: #eccb6f;
/* Tailwind (arbitrary) */
class="text-[#eccb6f] bg-[#eccb6f]"
/* SCSS */
$brand: #eccb6f;
/* SwiftUI */
Color(red: 0.925, green: 0.796, blue: 0.435)
/* Android */
Color.parseColor("#eccb6f")Accessibility — WCAG contrast
Aa
#eccb6f on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccb6f on black: 13.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green79.6%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta14.0%
Yellow53.0%
Key (black)7.5%
Color previews
#eccb6f text on a black background
contrast 13.34:1
Card sample
#eccb6f text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccb6f;
Background color
Panel with #eccb6f background
background-color: #eccb6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccb6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 203, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 203, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccb6f; background: linear-gradient(135deg, #eccb6f, #BAEC6F);