#defaec
a pale, vivid green · cool · closest name: ivory
RGB
222, 250, 236
HSL
150°, 74%, 93%
CMYK
11, 0, 6, 2
Luminance
0.8996
Every format
| HEX | #defaec |
| RGB | rgb(222, 250, 236) |
| HSL | hsl(150, 74%, 93%) |
| CMYK | cmyk(11%, 0%, 6%, 2%) |
| LAB | lab(96.0 -11.7 3.6) |
| LCH | lch(96.0 12.2 162.7) |
| OKLCH | oklch(0.961 0.035 164.2) |
Copy-ready code
/* CSS */
color: #defaec;
background-color: #defaec;
/* Tailwind (arbitrary) */
class="text-[#defaec] bg-[#defaec]"
/* SCSS */
$brand: #defaec;
/* SwiftUI */
Color(red: 0.871, green: 0.980, blue: 0.925)
/* Android */
Color.parseColor("#defaec")Accessibility — WCAG contrast
Aa
#defaec on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#defaec on black: 18.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green98.0%
Blue92.5%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow5.6%
Key (black)2.0%
Color previews
#defaec text on a black background
contrast 18.99:1
Card sample
#defaec text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #defaec;
Background color
Panel with #defaec background
background-color: #defaec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #defaec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 250, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 250, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #defaec; background: linear-gradient(135deg, #defaec, #DEF5FA);