#defbc9
a pale, electric green · cool · closest name: beige
RGB
222, 251, 201
HSL
95°, 86%, 89%
CMYK
12, 0, 20, 2
Luminance
0.8874
Every format
| HEX | #defbc9 |
| RGB | rgb(222, 251, 201) |
| HSL | hsl(95, 86%, 89%) |
| CMYK | cmyk(12%, 0%, 20%, 2%) |
| LAB | lab(95.5 -18.1 20.9) |
| LCH | lch(95.5 27.6 130.9) |
| OKLCH | oklch(0.955 0.072 132.3) |
Copy-ready code
/* CSS */
color: #defbc9;
background-color: #defbc9;
/* Tailwind (arbitrary) */
class="text-[#defbc9] bg-[#defbc9]"
/* SCSS */
$brand: #defbc9;
/* SwiftUI */
Color(red: 0.871, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#defbc9")Accessibility — WCAG contrast
Aa
#defbc9 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#defbc9 on black: 18.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green98.4%
Blue78.8%
CMYK percentages
Cyan11.6%
Magenta0.0%
Yellow19.9%
Key (black)1.6%
Color previews
#defbc9 text on a black background
contrast 18.75:1
Card sample
#defbc9 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #defbc9;
Background color
Panel with #defbc9 background
background-color: #defbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #defbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #defbc9; background: linear-gradient(135deg, #defbc9, #C9FBD5);