#deee5b
a balanced, electric yellow · cool · closest name: khaki
RGB
222, 238, 91
HSL
67°, 81%, 65%
CMYK
7, 0, 62, 7
Luminance
0.7743
Every format
| HEX | #deee5b |
| RGB | rgb(222, 238, 91) |
| HSL | hsl(67, 81%, 65%) |
| CMYK | cmyk(7%, 0%, 62%, 7%) |
| LAB | lab(90.5 -24.1 67.1) |
| LCH | lch(90.5 71.3 109.8) |
| OKLCH | oklch(0.910 0.169 115.1) |
Copy-ready code
/* CSS */
color: #deee5b;
background-color: #deee5b;
/* Tailwind (arbitrary) */
class="text-[#deee5b] bg-[#deee5b]"
/* SCSS */
$brand: #deee5b;
/* SwiftUI */
Color(red: 0.871, green: 0.933, blue: 0.357)
/* Android */
Color.parseColor("#deee5b")Accessibility — WCAG contrast
Aa
#deee5b on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deee5b on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green93.3%
Blue35.7%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow61.8%
Key (black)6.7%
Color previews
#deee5b text on a black background
contrast 16.49:1
Card sample
#deee5b text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deee5b;
Background color
Panel with #deee5b background
background-color: #deee5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deee5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 238, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 238, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deee5b; background: linear-gradient(135deg, #deee5b, #7CEE5B);