#deef6c
a light, electric yellow · cool · closest name: khaki
RGB
222, 239, 108
HSL
68°, 80%, 68%
CMYK
7, 0, 55, 6
Luminance
0.7835
Every format
| HEX | #deef6c |
| RGB | rgb(222, 239, 108) |
| HSL | hsl(68, 80%, 68%) |
| CMYK | cmyk(7%, 0%, 55%, 6%) |
| LAB | lab(90.9 -23.4 60.4) |
| LCH | lch(90.9 64.7 111.2) |
| OKLCH | oklch(0.914 0.156 115.7) |
Copy-ready code
/* CSS */
color: #deef6c;
background-color: #deef6c;
/* Tailwind (arbitrary) */
class="text-[#deef6c] bg-[#deef6c]"
/* SCSS */
$brand: #deef6c;
/* SwiftUI */
Color(red: 0.871, green: 0.937, blue: 0.424)
/* Android */
Color.parseColor("#deef6c")Accessibility — WCAG contrast
Aa
#deef6c on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deef6c on black: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green93.7%
Blue42.4%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow54.8%
Key (black)6.3%
Color previews
#deef6c text on a black background
contrast 16.67:1
Card sample
#deef6c text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deef6c;
Background color
Panel with #deef6c background
background-color: #deef6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deef6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 239, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 239, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deef6c; background: linear-gradient(135deg, #deef6c, #86EF6C);