#d2faeb
a pale, electric green · cool · closest name: ivory
RGB
210, 250, 235
HSL
158°, 80%, 90%
CMYK
16, 0, 6, 2
Luminance
0.8807
Every format
| HEX | #d2faeb |
| RGB | rgb(210, 250, 235) |
| HSL | hsl(158, 80%, 90%) |
| CMYK | cmyk(16%, 0%, 6%, 2%) |
| LAB | lab(95.2 -15.7 2.9) |
| LCH | lch(95.2 15.9 169.5) |
| OKLCH | oklch(0.953 0.046 170.6) |
Copy-ready code
/* CSS */
color: #d2faeb;
background-color: #d2faeb;
/* Tailwind (arbitrary) */
class="text-[#d2faeb] bg-[#d2faeb]"
/* SCSS */
$brand: #d2faeb;
/* SwiftUI */
Color(red: 0.824, green: 0.980, blue: 0.922)
/* Android */
Color.parseColor("#d2faeb")Accessibility — WCAG contrast
Aa
#d2faeb on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2faeb on black: 18.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green98.0%
Blue92.2%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow6.0%
Key (black)2.0%
Color previews
#d2faeb text on a black background
contrast 18.61:1
Card sample
#d2faeb text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2faeb;
Background color
Panel with #d2faeb background
background-color: #d2faeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2faeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 250, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 250, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2faeb; background: linear-gradient(135deg, #d2faeb, #D2EEFA);