#eccf93
a light, vivid yellow · warm · closest name: tan
RGB
236, 207, 147
HSL
40°, 70%, 75%
CMYK
0, 12, 38, 8
Luminance
0.6457
Every format
| HEX | #eccf93 |
| RGB | rgb(236, 207, 147) |
| HSL | hsl(40, 70%, 75%) |
| CMYK | cmyk(0%, 12%, 38%, 8%) |
| LAB | lab(84.3 1.9 33.6) |
| LCH | lch(84.3 33.6 86.8) |
| OKLCH | oklch(0.865 0.084 84.9) |
Copy-ready code
/* CSS */
color: #eccf93;
background-color: #eccf93;
/* Tailwind (arbitrary) */
class="text-[#eccf93] bg-[#eccf93]"
/* SCSS */
$brand: #eccf93;
/* SwiftUI */
Color(red: 0.925, green: 0.812, blue: 0.576)
/* Android */
Color.parseColor("#eccf93")Accessibility — WCAG contrast
Aa
#eccf93 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccf93 on black: 13.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green81.2%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow37.7%
Key (black)7.5%
Color previews
#eccf93 text on a black background
contrast 13.91:1
Card sample
#eccf93 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccf93;
Background color
Panel with #eccf93 background
background-color: #eccf93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccf93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 207, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 207, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccf93; background: linear-gradient(135deg, #eccf93, #CEEC93);