#defacb
a pale, electric green · cool · closest name: beige
RGB
222, 250, 203
HSL
96°, 83%, 89%
CMYK
11, 0, 19, 2
Luminance
0.8821
Every format
| HEX | #defacb |
| RGB | rgb(222, 250, 203) |
| HSL | hsl(96, 83%, 89%) |
| CMYK | cmyk(11%, 0%, 19%, 2%) |
| LAB | lab(95.3 -17.3 19.6) |
| LCH | lch(95.3 26.1 131.5) |
| OKLCH | oklch(0.953 0.068 132.8) |
Copy-ready code
/* CSS */
color: #defacb;
background-color: #defacb;
/* Tailwind (arbitrary) */
class="text-[#defacb] bg-[#defacb]"
/* SCSS */
$brand: #defacb;
/* SwiftUI */
Color(red: 0.871, green: 0.980, blue: 0.796)
/* Android */
Color.parseColor("#defacb")Accessibility — WCAG contrast
Aa
#defacb on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#defacb on black: 18.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green98.0%
Blue79.6%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow18.8%
Key (black)2.0%
Color previews
#defacb text on a black background
contrast 18.64:1
Card sample
#defacb text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #defacb;
Background color
Panel with #defacb background
background-color: #defacb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #defacb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 250, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 250, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #defacb; background: linear-gradient(135deg, #defacb, #CBFAD7);