#deee52
a balanced, electric yellow · cool · closest name: yellow
RGB
222, 238, 82
HSL
66°, 82%, 63%
CMYK
7, 0, 66, 7
Luminance
0.7729
Every format
| HEX | #deee52 |
| RGB | rgb(222, 238, 82) |
| HSL | hsl(66, 82%, 63%) |
| CMYK | cmyk(7%, 0%, 66%, 7%) |
| LAB | lab(90.5 -24.7 70.6) |
| LCH | lch(90.5 74.8 109.3) |
| OKLCH | oklch(0.909 0.175 115.0) |
Copy-ready code
/* CSS */
color: #deee52;
background-color: #deee52;
/* Tailwind (arbitrary) */
class="text-[#deee52] bg-[#deee52]"
/* SCSS */
$brand: #deee52;
/* SwiftUI */
Color(red: 0.871, green: 0.933, blue: 0.322)
/* Android */
Color.parseColor("#deee52")Accessibility — WCAG contrast
Aa
#deee52 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deee52 on black: 16.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green93.3%
Blue32.2%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow65.5%
Key (black)6.7%
Color previews
#deee52 text on a black background
contrast 16.46:1
Card sample
#deee52 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deee52;
Background color
Panel with #deee52 background
background-color: #deee52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deee52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 238, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 238, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deee52; background: linear-gradient(135deg, #deee52, #76EE52);