#eccf85
a light, vivid yellow · warm · closest name: khaki
RGB
236, 207, 133
HSL
43°, 73%, 72%
CMYK
0, 12, 44, 8
Luminance
0.6415
Every format
| HEX | #eccf85 |
| RGB | rgb(236, 207, 133) |
| HSL | hsl(43, 73%, 72%) |
| CMYK | cmyk(0%, 12%, 44%, 8%) |
| LAB | lab(84.0 0.4 40.4) |
| LCH | lch(84.0 40.4 89.5) |
| OKLCH | oklch(0.863 0.099 88.9) |
Copy-ready code
/* CSS */
color: #eccf85;
background-color: #eccf85;
/* Tailwind (arbitrary) */
class="text-[#eccf85] bg-[#eccf85]"
/* SCSS */
$brand: #eccf85;
/* SwiftUI */
Color(red: 0.925, green: 0.812, blue: 0.522)
/* Android */
Color.parseColor("#eccf85")Accessibility — WCAG contrast
Aa
#eccf85 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccf85 on black: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green81.2%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow43.6%
Key (black)7.5%
Color previews
#eccf85 text on a black background
contrast 13.83:1
Card sample
#eccf85 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccf85;
Background color
Panel with #eccf85 background
background-color: #eccf85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccf85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 207, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 207, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccf85; background: linear-gradient(135deg, #eccf85, #C4EC85);