#d9faeb
a pale, electric green · cool · closest name: ivory
RGB
217, 250, 235
HSL
153°, 77%, 92%
CMYK
13, 0, 6, 2
Luminance
0.8912
Every format
| HEX | #d9faeb |
| RGB | rgb(217, 250, 235) |
| HSL | hsl(153, 77%, 92%) |
| CMYK | cmyk(13%, 0%, 6%, 2%) |
| LAB | lab(95.6 -13.5 3.6) |
| LCH | lch(95.6 13.9 165.0) |
| OKLCH | oklch(0.957 0.040 166.4) |
Copy-ready code
/* CSS */
color: #d9faeb;
background-color: #d9faeb;
/* Tailwind (arbitrary) */
class="text-[#d9faeb] bg-[#d9faeb]"
/* SCSS */
$brand: #d9faeb;
/* SwiftUI */
Color(red: 0.851, green: 0.980, blue: 0.922)
/* Android */
Color.parseColor("#d9faeb")Accessibility — WCAG contrast
Aa
#d9faeb on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d9faeb on black: 18.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green98.0%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta0.0%
Yellow6.0%
Key (black)2.0%
Color previews
#d9faeb text on a black background
contrast 18.82:1
Card sample
#d9faeb text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d9faeb;
Background color
Panel with #d9faeb background
background-color: #d9faeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d9faeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 250, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 250, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9faeb; background: linear-gradient(135deg, #d9faeb, #D9F3FA);