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