#defccf
a pale, electric green · cool · closest name: beige
RGB
222, 252, 207
HSL
100°, 88%, 90%
CMYK
12, 0, 18, 1
Luminance
0.8966
Every format
| HEX | #defccf |
| RGB | rgb(222, 252, 207) |
| HSL | hsl(100, 88%, 90%) |
| CMYK | cmyk(12%, 0%, 18%, 1%) |
| LAB | lab(95.8 -17.6 18.4) |
| LCH | lch(95.8 25.5 133.9) |
| OKLCH | oklch(0.958 0.067 135.2) |
Copy-ready code
/* CSS */
color: #defccf;
background-color: #defccf;
/* Tailwind (arbitrary) */
class="text-[#defccf] bg-[#defccf]"
/* SCSS */
$brand: #defccf;
/* SwiftUI */
Color(red: 0.871, green: 0.988, blue: 0.812)
/* Android */
Color.parseColor("#defccf")Accessibility — WCAG contrast
Aa
#defccf on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#defccf on black: 18.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green98.8%
Blue81.2%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow17.9%
Key (black)1.2%
Color previews
#defccf text on a black background
contrast 18.93:1
Card sample
#defccf text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #defccf;
Background color
Panel with #defccf background
background-color: #defccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #defccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 252, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 252, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #defccf; background: linear-gradient(135deg, #defccf, #CFFCDE);