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