#defdbf
a pale, electric green · cool · closest name: beige
RGB
222, 253, 191
HSL
90°, 94%, 87%
CMYK
12, 0, 25, 1
Luminance
0.8954
Every format
| HEX | #defdbf |
| RGB | rgb(222, 253, 191) |
| HSL | hsl(90, 94%, 87%) |
| CMYK | cmyk(12%, 0%, 25%, 1%) |
| LAB | lab(95.8 -20.6 26.4) |
| LCH | lch(95.8 33.5 127.9) |
| OKLCH | oklch(0.957 0.087 129.5) |
Copy-ready code
/* CSS */
color: #defdbf;
background-color: #defdbf;
/* Tailwind (arbitrary) */
class="text-[#defdbf] bg-[#defdbf]"
/* SCSS */
$brand: #defdbf;
/* SwiftUI */
Color(red: 0.871, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#defdbf")Accessibility — WCAG contrast
Aa
#defdbf on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#defdbf on black: 18.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green99.2%
Blue74.9%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#defdbf text on a black background
contrast 18.91:1
Card sample
#defdbf text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #defdbf;
Background color
Panel with #defdbf background
background-color: #defdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #defdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #defdbf; background: linear-gradient(135deg, #defdbf, #BFFDCA);