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