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