#eccb7f
a light, vivid yellow · warm · closest name: khaki
RGB
236, 203, 127
HSL
42°, 74%, 71%
CMYK
0, 14, 46, 8
Luminance
0.6208
Every format
| HEX | #eccb7f |
| RGB | rgb(236, 203, 127) |
| HSL | hsl(42, 74%, 71%) |
| CMYK | cmyk(0%, 14%, 46%, 8%) |
| LAB | lab(83.0 1.9 42.1) |
| LCH | lch(83.0 42.1 87.5) |
| OKLCH | oklch(0.854 0.102 86.8) |
Copy-ready code
/* CSS */
color: #eccb7f;
background-color: #eccb7f;
/* Tailwind (arbitrary) */
class="text-[#eccb7f] bg-[#eccb7f]"
/* SCSS */
$brand: #eccb7f;
/* SwiftUI */
Color(red: 0.925, green: 0.796, blue: 0.498)
/* Android */
Color.parseColor("#eccb7f")Accessibility — WCAG contrast
Aa
#eccb7f on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccb7f on black: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green79.6%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta14.0%
Yellow46.2%
Key (black)7.5%
Color previews
#eccb7f text on a black background
contrast 13.42:1
Card sample
#eccb7f text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccb7f;
Background color
Panel with #eccb7f background
background-color: #eccb7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccb7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 203, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 203, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccb7f; background: linear-gradient(135deg, #eccb7f, #C4EC7F);