#eccf8c
a light, vivid yellow · warm · closest name: khaki
RGB
236, 207, 140
HSL
42°, 72%, 74%
CMYK
0, 12, 41, 8
Luminance
0.6435
Every format
| HEX | #eccf8c |
| RGB | rgb(236, 207, 140) |
| HSL | hsl(42, 72%, 74%) |
| CMYK | cmyk(0%, 12%, 41%, 8%) |
| LAB | lab(84.2 1.1 37.0) |
| LCH | lch(84.2 37.0 88.3) |
| OKLCH | oklch(0.864 0.091 87.1) |
Copy-ready code
/* CSS */
color: #eccf8c;
background-color: #eccf8c;
/* Tailwind (arbitrary) */
class="text-[#eccf8c] bg-[#eccf8c]"
/* SCSS */
$brand: #eccf8c;
/* SwiftUI */
Color(red: 0.925, green: 0.812, blue: 0.549)
/* Android */
Color.parseColor("#eccf8c")Accessibility — WCAG contrast
Aa
#eccf8c on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccf8c on black: 13.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green81.2%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow40.7%
Key (black)7.5%
Color previews
#eccf8c text on a black background
contrast 13.87:1
Card sample
#eccf8c text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccf8c;
Background color
Panel with #eccf8c background
background-color: #eccf8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccf8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 207, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 207, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccf8c; background: linear-gradient(135deg, #eccf8c, #C9EC8C);