#eccf83
a light, vivid yellow · warm · closest name: khaki
RGB
236, 207, 131
HSL
43°, 73%, 72%
CMYK
0, 12, 45, 8
Luminance
0.6410
Every format
| HEX | #eccf83 |
| RGB | rgb(236, 207, 131) |
| HSL | hsl(43, 73%, 72%) |
| CMYK | cmyk(0%, 12%, 45%, 8%) |
| LAB | lab(84.0 0.2 41.4) |
| LCH | lch(84.0 41.4 89.7) |
| OKLCH | oklch(0.862 0.101 89.3) |
Copy-ready code
/* CSS */
color: #eccf83;
background-color: #eccf83;
/* Tailwind (arbitrary) */
class="text-[#eccf83] bg-[#eccf83]"
/* SCSS */
$brand: #eccf83;
/* SwiftUI */
Color(red: 0.925, green: 0.812, blue: 0.514)
/* Android */
Color.parseColor("#eccf83")Accessibility — WCAG contrast
Aa
#eccf83 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccf83 on black: 13.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green81.2%
Blue51.4%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow44.5%
Key (black)7.5%
Color previews
#eccf83 text on a black background
contrast 13.82:1
Card sample
#eccf83 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccf83;
Background color
Panel with #eccf83 background
background-color: #eccf83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccf83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 207, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 207, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccf83; background: linear-gradient(135deg, #eccf83, #C3EC83);