#deee7b
a light, electric yellow · cool · closest name: khaki
RGB
222, 238, 123
HSL
68°, 77%, 71%
CMYK
7, 0, 48, 7
Luminance
0.7811
Every format
| HEX | #deee7b |
| RGB | rgb(222, 238, 123) |
| HSL | hsl(68, 77%, 71%) |
| CMYK | cmyk(7%, 0%, 48%, 7%) |
| LAB | lab(90.8 -21.6 53.4) |
| LCH | lch(90.8 57.6 112.0) |
| OKLCH | oklch(0.913 0.141 115.8) |
Copy-ready code
/* CSS */
color: #deee7b;
background-color: #deee7b;
/* Tailwind (arbitrary) */
class="text-[#deee7b] bg-[#deee7b]"
/* SCSS */
$brand: #deee7b;
/* SwiftUI */
Color(red: 0.871, green: 0.933, blue: 0.482)
/* Android */
Color.parseColor("#deee7b")Accessibility — WCAG contrast
Aa
#deee7b on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deee7b on black: 16.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green93.3%
Blue48.2%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow48.3%
Key (black)6.7%
Color previews
#deee7b text on a black background
contrast 16.62:1
Card sample
#deee7b text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deee7b;
Background color
Panel with #deee7b background
background-color: #deee7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deee7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 238, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 238, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deee7b; background: linear-gradient(135deg, #deee7b, #91EE7B);