#defadf
a pale, vivid green · cool · closest name: beige
RGB
222, 250, 223
HSL
122°, 74%, 93%
CMYK
11, 0, 11, 2
Luminance
0.8923
Every format
| HEX | #defadf |
| RGB | rgb(222, 250, 223) |
| HSL | hsl(122, 74%, 93%) |
| CMYK | cmyk(11%, 0%, 11%, 2%) |
| LAB | lab(95.7 -14.0 9.9) |
| LCH | lch(95.7 17.1 144.7) |
| OKLCH | oklch(0.958 0.046 146.2) |
Copy-ready code
/* CSS */
color: #defadf;
background-color: #defadf;
/* Tailwind (arbitrary) */
class="text-[#defadf] bg-[#defadf]"
/* SCSS */
$brand: #defadf;
/* SwiftUI */
Color(red: 0.871, green: 0.980, blue: 0.875)
/* Android */
Color.parseColor("#defadf")Accessibility — WCAG contrast
Aa
#defadf on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#defadf on black: 18.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green98.0%
Blue87.5%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow10.8%
Key (black)2.0%
Color previews
#defadf text on a black background
contrast 18.85:1
Card sample
#defadf text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #defadf;
Background color
Panel with #defadf background
background-color: #defadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #defadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 250, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 250, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #defadf; background: linear-gradient(135deg, #defadf, #DEFAF2);