#dcef76
a light, electric yellow · cool · closest name: khaki
RGB
220, 239, 118
HSL
69°, 79%, 70%
CMYK
8, 0, 51, 6
Luminance
0.7826
Every format
| HEX | #dcef76 |
| RGB | rgb(220, 239, 118) |
| HSL | hsl(69, 79%, 70%) |
| CMYK | cmyk(8%, 0%, 51%, 6%) |
| LAB | lab(90.9 -23.3 55.8) |
| LCH | lch(90.9 60.5 112.7) |
| OKLCH | oklch(0.913 0.148 116.8) |
Copy-ready code
/* CSS */
color: #dcef76;
background-color: #dcef76;
/* Tailwind (arbitrary) */
class="text-[#dcef76] bg-[#dcef76]"
/* SCSS */
$brand: #dcef76;
/* SwiftUI */
Color(red: 0.863, green: 0.937, blue: 0.463)
/* Android */
Color.parseColor("#dcef76")Accessibility — WCAG contrast
Aa
#dcef76 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcef76 on black: 16.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green93.7%
Blue46.3%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow50.6%
Key (black)6.3%
Color previews
#dcef76 text on a black background
contrast 16.65:1
Card sample
#dcef76 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcef76;
Background color
Panel with #dcef76 background
background-color: #dcef76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcef76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 239, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 239, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcef76; background: linear-gradient(135deg, #dcef76, #8BEF76);