#def6cf
a pale, vivid green · cool · closest name: beige
RGB
222, 246, 207
HSL
97°, 68%, 89%
CMYK
10, 0, 16, 4
Luminance
0.8595
Every format
| HEX | #def6cf |
| RGB | rgb(222, 246, 207) |
| HSL | hsl(97, 68%, 89%) |
| CMYK | cmyk(10%, 0%, 16%, 4%) |
| LAB | lab(94.3 -14.7 16.2) |
| LCH | lch(94.3 21.9 132.3) |
| OKLCH | oklch(0.945 0.057 133.4) |
Copy-ready code
/* CSS */
color: #def6cf;
background-color: #def6cf;
/* Tailwind (arbitrary) */
class="text-[#def6cf] bg-[#def6cf]"
/* SCSS */
$brand: #def6cf;
/* SwiftUI */
Color(red: 0.871, green: 0.965, blue: 0.812)
/* Android */
Color.parseColor("#def6cf")Accessibility — WCAG contrast
Aa
#def6cf on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#def6cf on black: 18.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green96.5%
Blue81.2%
CMYK percentages
Cyan9.8%
Magenta0.0%
Yellow15.9%
Key (black)3.5%
Color previews
#def6cf text on a black background
contrast 18.19:1
Card sample
#def6cf text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #def6cf;
Background color
Panel with #def6cf background
background-color: #def6cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #def6cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 246, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 246, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #def6cf; background: linear-gradient(135deg, #def6cf, #CFF6DA);