#eccd7f
a light, vivid yellow · warm · closest name: khaki
RGB
236, 205, 127
HSL
43°, 74%, 71%
CMYK
0, 13, 46, 8
Luminance
0.6303
Every format
| HEX | #eccd7f |
| RGB | rgb(236, 205, 127) |
| HSL | hsl(43, 74%, 71%) |
| CMYK | cmyk(0%, 13%, 46%, 8%) |
| LAB | lab(83.5 0.8 42.7) |
| LCH | lch(83.5 42.7 88.9) |
| OKLCH | oklch(0.858 0.103 88.5) |
Copy-ready code
/* CSS */
color: #eccd7f;
background-color: #eccd7f;
/* Tailwind (arbitrary) */
class="text-[#eccd7f] bg-[#eccd7f]"
/* SCSS */
$brand: #eccd7f;
/* SwiftUI */
Color(red: 0.925, green: 0.804, blue: 0.498)
/* Android */
Color.parseColor("#eccd7f")Accessibility — WCAG contrast
Aa
#eccd7f on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccd7f on black: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.4%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta13.1%
Yellow46.2%
Key (black)7.5%
Color previews
#eccd7f text on a black background
contrast 13.61:1
Card sample
#eccd7f text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccd7f;
Background color
Panel with #eccd7f background
background-color: #eccd7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccd7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 205, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 205, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccd7f; background: linear-gradient(135deg, #eccd7f, #C2EC7F);