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