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