#def4ce
a pale, vivid green · cool · closest name: beige
RGB
222, 244, 206
HSL
95°, 63%, 88%
CMYK
9, 0, 16, 4
Luminance
0.8469
Every format
| HEX | #def4ce |
| RGB | rgb(222, 244, 206) |
| HSL | hsl(95, 63%, 88%) |
| CMYK | cmyk(9%, 0%, 16%, 4%) |
| LAB | lab(93.8 -13.9 15.9) |
| LCH | lch(93.8 21.1 131.1) |
| OKLCH | oklch(0.941 0.055 132.1) |
Copy-ready code
/* CSS */
color: #def4ce;
background-color: #def4ce;
/* Tailwind (arbitrary) */
class="text-[#def4ce] bg-[#def4ce]"
/* SCSS */
$brand: #def4ce;
/* SwiftUI */
Color(red: 0.871, green: 0.957, blue: 0.808)
/* Android */
Color.parseColor("#def4ce")Accessibility — WCAG contrast
Aa
#def4ce on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#def4ce on black: 17.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green95.7%
Blue80.8%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow15.6%
Key (black)4.3%
Color previews
#def4ce text on a black background
contrast 17.94:1
Card sample
#def4ce text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #def4ce;
Background color
Panel with #def4ce background
background-color: #def4ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #def4ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 244, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 244, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #def4ce; background: linear-gradient(135deg, #def4ce, #CEF4D7);