#deee05
a balanced, electric yellow · cool · closest name: yellow
RGB
222, 238, 5
HSL
64°, 96%, 48%
CMYK
7, 0, 98, 7
Luminance
0.7669
Every format
| HEX | #deee05 |
| RGB | rgb(222, 238, 5) |
| HSL | hsl(64, 96%, 48%) |
| CMYK | cmyk(7%, 0%, 98%, 7%) |
| LAB | lab(90.2 -27.0 87.9) |
| LCH | lch(90.2 91.9 107.1) |
| OKLCH | oklch(0.906 0.204 114.6) |
Copy-ready code
/* CSS */
color: #deee05;
background-color: #deee05;
/* Tailwind (arbitrary) */
class="text-[#deee05] bg-[#deee05]"
/* SCSS */
$brand: #deee05;
/* SwiftUI */
Color(red: 0.871, green: 0.933, blue: 0.020)
/* Android */
Color.parseColor("#deee05")Accessibility — WCAG contrast
Aa
#deee05 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deee05 on black: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green93.3%
Blue2.0%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow97.9%
Key (black)6.7%
Color previews
#deee05 text on a black background
contrast 16.34:1
Card sample
#deee05 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deee05;
Background color
Panel with #deee05 background
background-color: #deee05;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deee05;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 238, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 238, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deee05; background: linear-gradient(135deg, #deee05, #43EE05);