#eccf6c
a light, electric yellow · cool · closest name: khaki
RGB
236, 207, 108
HSL
46°, 77%, 68%
CMYK
0, 12, 54, 8
Luminance
0.6354
Every format
| HEX | #eccf6c |
| RGB | rgb(236, 207, 108) |
| HSL | hsl(46, 77%, 68%) |
| CMYK | cmyk(0%, 12%, 54%, 8%) |
| LAB | lab(83.7 -1.9 52.3) |
| LCH | lch(83.7 52.3 92.0) |
| OKLCH | oklch(0.859 0.123 93.3) |
Copy-ready code
/* CSS */
color: #eccf6c;
background-color: #eccf6c;
/* Tailwind (arbitrary) */
class="text-[#eccf6c] bg-[#eccf6c]"
/* SCSS */
$brand: #eccf6c;
/* SwiftUI */
Color(red: 0.925, green: 0.812, blue: 0.424)
/* Android */
Color.parseColor("#eccf6c")Accessibility — WCAG contrast
Aa
#eccf6c on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccf6c on black: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green81.2%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow54.2%
Key (black)7.5%
Color previews
#eccf6c text on a black background
contrast 13.71:1
Card sample
#eccf6c text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccf6c;
Background color
Panel with #eccf6c background
background-color: #eccf6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccf6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 207, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 207, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccf6c; background: linear-gradient(135deg, #eccf6c, #B4EC6C);