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