#defdbb
a pale, electric green · cool · closest name: khaki
RGB
222, 253, 187
HSL
88°, 94%, 86%
CMYK
12, 0, 26, 1
Luminance
0.8937
Every format
| HEX | #defdbb |
| RGB | rgb(222, 253, 187) |
| HSL | hsl(88, 94%, 86%) |
| CMYK | cmyk(12%, 0%, 26%, 1%) |
| LAB | lab(95.7 -21.2 28.4) |
| LCH | lch(95.7 35.4 126.8) |
| OKLCH | oklch(0.956 0.092 128.5) |
Copy-ready code
/* CSS */
color: #defdbb;
background-color: #defdbb;
/* Tailwind (arbitrary) */
class="text-[#defdbb] bg-[#defdbb]"
/* SCSS */
$brand: #defdbb;
/* SwiftUI */
Color(red: 0.871, green: 0.992, blue: 0.733)
/* Android */
Color.parseColor("#defdbb")Accessibility — WCAG contrast
Aa
#defdbb on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#defdbb on black: 18.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green99.2%
Blue73.3%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow26.1%
Key (black)0.8%
Color previews
#defdbb text on a black background
contrast 18.87:1
Card sample
#defdbb text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #defdbb;
Background color
Panel with #defdbb background
background-color: #defdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #defdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 253, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 253, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #defdbb; background: linear-gradient(135deg, #defdbb, #BBFDC4);