#def6cb
a pale, vivid green · cool · closest name: beige
RGB
222, 246, 203
HSL
94°, 71%, 88%
CMYK
10, 0, 18, 4
Luminance
0.8575
Every format
| HEX | #def6cb |
| RGB | rgb(222, 246, 203) |
| HSL | hsl(94, 71%, 88%) |
| CMYK | cmyk(10%, 0%, 18%, 4%) |
| LAB | lab(94.2 -15.3 18.1) |
| LCH | lch(94.2 23.7 130.3) |
| OKLCH | oklch(0.945 0.062 131.4) |
Copy-ready code
/* CSS */
color: #def6cb;
background-color: #def6cb;
/* Tailwind (arbitrary) */
class="text-[#def6cb] bg-[#def6cb]"
/* SCSS */
$brand: #def6cb;
/* SwiftUI */
Color(red: 0.871, green: 0.965, blue: 0.796)
/* Android */
Color.parseColor("#def6cb")Accessibility — WCAG contrast
Aa
#def6cb on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#def6cb on black: 18.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green96.5%
Blue79.6%
CMYK percentages
Cyan9.8%
Magenta0.0%
Yellow17.5%
Key (black)3.5%
Color previews
#def6cb text on a black background
contrast 18.15:1
Card sample
#def6cb text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #def6cb;
Background color
Panel with #def6cb background
background-color: #def6cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #def6cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 246, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 246, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #def6cb; background: linear-gradient(135deg, #def6cb, #CBF6D5);