#def4cb
a pale, vivid green · cool · closest name: beige
RGB
222, 244, 203
HSL
92°, 65%, 88%
CMYK
9, 0, 17, 4
Luminance
0.8454
Every format
| HEX | #def4cb |
| RGB | rgb(222, 244, 203) |
| HSL | hsl(92, 65%, 88%) |
| CMYK | cmyk(9%, 0%, 17%, 4%) |
| LAB | lab(93.7 -14.4 17.4) |
| LCH | lch(93.7 22.5 129.6) |
| OKLCH | oklch(0.940 0.059 130.6) |
Copy-ready code
/* CSS */
color: #def4cb;
background-color: #def4cb;
/* Tailwind (arbitrary) */
class="text-[#def4cb] bg-[#def4cb]"
/* SCSS */
$brand: #def4cb;
/* SwiftUI */
Color(red: 0.871, green: 0.957, blue: 0.796)
/* Android */
Color.parseColor("#def4cb")Accessibility — WCAG contrast
Aa
#def4cb on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#def4cb on black: 17.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green95.7%
Blue79.6%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow16.8%
Key (black)4.3%
Color previews
#def4cb text on a black background
contrast 17.91:1
Card sample
#def4cb text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #def4cb;
Background color
Panel with #def4cb background
background-color: #def4cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #def4cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 244, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 244, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #def4cb; background: linear-gradient(135deg, #def4cb, #CBF4D3);