#deee41
a balanced, electric yellow · cool · closest name: yellow
RGB
222, 238, 65
HSL
66°, 84%, 59%
CMYK
7, 0, 73, 7
Luminance
0.7706
Every format
| HEX | #deee41 |
| RGB | rgb(222, 238, 65) |
| HSL | hsl(66, 84%, 59%) |
| CMYK | cmyk(7%, 0%, 73%, 7%) |
| LAB | lab(90.3 -25.6 76.5) |
| LCH | lch(90.3 80.6 108.5) |
| OKLCH | oklch(0.908 0.186 114.8) |
Copy-ready code
/* CSS */
color: #deee41;
background-color: #deee41;
/* Tailwind (arbitrary) */
class="text-[#deee41] bg-[#deee41]"
/* SCSS */
$brand: #deee41;
/* SwiftUI */
Color(red: 0.871, green: 0.933, blue: 0.255)
/* Android */
Color.parseColor("#deee41")Accessibility — WCAG contrast
Aa
#deee41 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deee41 on black: 16.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green93.3%
Blue25.5%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow72.7%
Key (black)6.7%
Color previews
#deee41 text on a black background
contrast 16.41:1
Card sample
#deee41 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deee41;
Background color
Panel with #deee41 background
background-color: #deee41;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deee41;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 238, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 238, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deee41; background: linear-gradient(135deg, #deee41, #6BEE41);