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