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