#def7cf
a pale, vivid green · cool · closest name: beige
RGB
222, 247, 207
HSL
98°, 71%, 89%
CMYK
10, 0, 16, 3
Luminance
0.8656
Every format
| HEX | #def7cf |
| RGB | rgb(222, 247, 207) |
| HSL | hsl(98, 71%, 89%) |
| CMYK | cmyk(10%, 0%, 16%, 3%) |
| LAB | lab(94.5 -15.2 16.5) |
| LCH | lch(94.5 22.5 132.6) |
| OKLCH | oklch(0.948 0.059 133.7) |
Copy-ready code
/* CSS */
color: #def7cf;
background-color: #def7cf;
/* Tailwind (arbitrary) */
class="text-[#def7cf] bg-[#def7cf]"
/* SCSS */
$brand: #def7cf;
/* SwiftUI */
Color(red: 0.871, green: 0.969, blue: 0.812)
/* Android */
Color.parseColor("#def7cf")Accessibility — WCAG contrast
Aa
#def7cf on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#def7cf on black: 18.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green96.9%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta0.0%
Yellow16.2%
Key (black)3.1%
Color previews
#def7cf text on a black background
contrast 18.31:1
Card sample
#def7cf text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #def7cf;
Background color
Panel with #def7cf background
background-color: #def7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #def7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 247, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 247, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #def7cf; background: linear-gradient(135deg, #def7cf, #CFF7DB);