#defacf
a pale, electric green · cool · closest name: beige
RGB
222, 250, 207
HSL
99°, 81%, 90%
CMYK
11, 0, 17, 2
Luminance
0.8841
Every format
| HEX | #defacf |
| RGB | rgb(222, 250, 207) |
| HSL | hsl(99, 81%, 90%) |
| CMYK | cmyk(11%, 0%, 17%, 2%) |
| LAB | lab(95.3 -16.7 17.6) |
| LCH | lch(95.3 24.3 133.4) |
| OKLCH | oklch(0.954 0.064 134.7) |
Copy-ready code
/* CSS */
color: #defacf;
background-color: #defacf;
/* Tailwind (arbitrary) */
class="text-[#defacf] bg-[#defacf]"
/* SCSS */
$brand: #defacf;
/* SwiftUI */
Color(red: 0.871, green: 0.980, blue: 0.812)
/* Android */
Color.parseColor("#defacf")Accessibility — WCAG contrast
Aa
#defacf on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#defacf on black: 18.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green98.0%
Blue81.2%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow17.2%
Key (black)2.0%
Color previews
#defacf text on a black background
contrast 18.68:1
Card sample
#defacf text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #defacf;
Background color
Panel with #defacf background
background-color: #defacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #defacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 250, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 250, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #defacf; background: linear-gradient(135deg, #defacf, #CFFADD);