#deee20
a balanced, electric yellow · cool · closest name: yellow
RGB
222, 238, 32
HSL
65°, 86%, 53%
CMYK
7, 0, 87, 7
Luminance
0.7678
Every format
| HEX | #deee20 |
| RGB | rgb(222, 238, 32) |
| HSL | hsl(65, 86%, 53%) |
| CMYK | cmyk(7%, 0%, 87%, 7%) |
| LAB | lab(90.2 -26.7 84.7) |
| LCH | lch(90.2 88.8 107.5) |
| OKLCH | oklch(0.907 0.199 114.7) |
Copy-ready code
/* CSS */
color: #deee20;
background-color: #deee20;
/* Tailwind (arbitrary) */
class="text-[#deee20] bg-[#deee20]"
/* SCSS */
$brand: #deee20;
/* SwiftUI */
Color(red: 0.871, green: 0.933, blue: 0.125)
/* Android */
Color.parseColor("#deee20")Accessibility — WCAG contrast
Aa
#deee20 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deee20 on black: 16.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green93.3%
Blue12.5%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow86.6%
Key (black)6.7%
Color previews
#deee20 text on a black background
contrast 16.36:1
Card sample
#deee20 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deee20;
Background color
Panel with #deee20 background
background-color: #deee20;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deee20;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 238, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 238, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deee20; background: linear-gradient(135deg, #deee20, #54EE20);