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