#eccd6f
a light, electric yellow · cool · closest name: khaki
RGB
236, 205, 111
HSL
45°, 77%, 68%
CMYK
0, 13, 53, 8
Luminance
0.6264
Every format
| HEX | #eccd6f |
| RGB | rgb(236, 205, 111) |
| HSL | hsl(45, 77%, 68%) |
| CMYK | cmyk(0%, 13%, 53%, 8%) |
| LAB | lab(83.3 -0.6 50.3) |
| LCH | lch(83.3 50.3 90.7) |
| OKLCH | oklch(0.856 0.119 91.5) |
Copy-ready code
/* CSS */
color: #eccd6f;
background-color: #eccd6f;
/* Tailwind (arbitrary) */
class="text-[#eccd6f] bg-[#eccd6f]"
/* SCSS */
$brand: #eccd6f;
/* SwiftUI */
Color(red: 0.925, green: 0.804, blue: 0.435)
/* Android */
Color.parseColor("#eccd6f")Accessibility — WCAG contrast
Aa
#eccd6f on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccd6f on black: 13.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.4%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta13.1%
Yellow53.0%
Key (black)7.5%
Color previews
#eccd6f text on a black background
contrast 13.53:1
Card sample
#eccd6f text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccd6f;
Background color
Panel with #eccd6f background
background-color: #eccd6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccd6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 205, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 205, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccd6f; background: linear-gradient(135deg, #eccd6f, #B8EC6F);