#def7c8
a pale, vivid green · cool · closest name: beige
RGB
222, 247, 200
HSL
92°, 75%, 88%
CMYK
10, 0, 19, 3
Luminance
0.8622
Every format
| HEX | #def7c8 |
| RGB | rgb(222, 247, 200) |
| HSL | hsl(92, 75%, 88%) |
| CMYK | cmyk(10%, 0%, 19%, 3%) |
| LAB | lab(94.4 -16.3 19.9) |
| LCH | lch(94.4 25.8 129.3) |
| OKLCH | oklch(0.946 0.067 130.5) |
Copy-ready code
/* CSS */
color: #def7c8;
background-color: #def7c8;
/* Tailwind (arbitrary) */
class="text-[#def7c8] bg-[#def7c8]"
/* SCSS */
$brand: #def7c8;
/* SwiftUI */
Color(red: 0.871, green: 0.969, blue: 0.784)
/* Android */
Color.parseColor("#def7c8")Accessibility — WCAG contrast
Aa
#def7c8 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#def7c8 on black: 18.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green96.9%
Blue78.4%
CMYK percentages
Cyan10.1%
Magenta0.0%
Yellow19.0%
Key (black)3.1%
Color previews
#def7c8 text on a black background
contrast 18.24:1
Card sample
#def7c8 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #def7c8;
Background color
Panel with #def7c8 background
background-color: #def7c8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #def7c8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 247, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 247, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #def7c8; background: linear-gradient(135deg, #def7c8, #C8F7D1);