#def9ce
a pale, electric green · cool · closest name: beige
RGB
222, 249, 206
HSL
98°, 78%, 89%
CMYK
11, 0, 17, 2
Luminance
0.8774
Every format
| HEX | #def9ce |
| RGB | rgb(222, 249, 206) |
| HSL | hsl(98, 78%, 89%) |
| CMYK | cmyk(11%, 0%, 17%, 2%) |
| LAB | lab(95.0 -16.3 17.7) |
| LCH | lch(95.0 24.1 132.6) |
| OKLCH | oklch(0.951 0.063 133.9) |
Copy-ready code
/* CSS */
color: #def9ce;
background-color: #def9ce;
/* Tailwind (arbitrary) */
class="text-[#def9ce] bg-[#def9ce]"
/* SCSS */
$brand: #def9ce;
/* SwiftUI */
Color(red: 0.871, green: 0.976, blue: 0.808)
/* Android */
Color.parseColor("#def9ce")Accessibility — WCAG contrast
Aa
#def9ce on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#def9ce on black: 18.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green97.6%
Blue80.8%
CMYK percentages
Cyan10.8%
Magenta0.0%
Yellow17.3%
Key (black)2.4%
Color previews
#def9ce text on a black background
contrast 18.55:1
Card sample
#def9ce text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #def9ce;
Background color
Panel with #def9ce background
background-color: #def9ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #def9ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 249, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 249, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #def9ce; background: linear-gradient(135deg, #def9ce, #CEF9DB);