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