#deee74
a light, electric yellow · cool · closest name: khaki
RGB
222, 238, 116
HSL
68°, 78%, 69%
CMYK
7, 0, 51, 7
Luminance
0.7794
Every format
| HEX | #deee74 |
| RGB | rgb(222, 238, 116) |
| HSL | hsl(68, 78%, 69%) |
| CMYK | cmyk(7%, 0%, 51%, 7%) |
| LAB | lab(90.8 -22.2 56.6) |
| LCH | lch(90.8 60.8 111.5) |
| OKLCH | oklch(0.913 0.148 115.6) |
Copy-ready code
/* CSS */
color: #deee74;
background-color: #deee74;
/* Tailwind (arbitrary) */
class="text-[#deee74] bg-[#deee74]"
/* SCSS */
$brand: #deee74;
/* SwiftUI */
Color(red: 0.871, green: 0.933, blue: 0.455)
/* Android */
Color.parseColor("#deee74")Accessibility — WCAG contrast
Aa
#deee74 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deee74 on black: 16.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green93.3%
Blue45.5%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow51.3%
Key (black)6.7%
Color previews
#deee74 text on a black background
contrast 16.59:1
Card sample
#deee74 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deee74;
Background color
Panel with #deee74 background
background-color: #deee74;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deee74;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 238, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 238, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deee74; background: linear-gradient(135deg, #deee74, #8DEE74);