#d7faeb
a pale, electric green · cool · closest name: ivory
RGB
215, 250, 235
HSL
154°, 78%, 91%
CMYK
14, 0, 6, 2
Luminance
0.8882
Every format
| HEX | #d7faeb |
| RGB | rgb(215, 250, 235) |
| HSL | hsl(154, 78%, 91%) |
| CMYK | cmyk(14%, 0%, 6%, 2%) |
| LAB | lab(95.5 -14.1 3.4) |
| LCH | lch(95.5 14.5 166.4) |
| OKLCH | oklch(0.956 0.041 167.7) |
Copy-ready code
/* CSS */
color: #d7faeb;
background-color: #d7faeb;
/* Tailwind (arbitrary) */
class="text-[#d7faeb] bg-[#d7faeb]"
/* SCSS */
$brand: #d7faeb;
/* SwiftUI */
Color(red: 0.843, green: 0.980, blue: 0.922)
/* Android */
Color.parseColor("#d7faeb")Accessibility — WCAG contrast
Aa
#d7faeb on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7faeb on black: 18.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green98.0%
Blue92.2%
CMYK percentages
Cyan14.0%
Magenta0.0%
Yellow6.0%
Key (black)2.0%
Color previews
#d7faeb text on a black background
contrast 18.76:1
Card sample
#d7faeb text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7faeb;
Background color
Panel with #d7faeb background
background-color: #d7faeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7faeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 250, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 250, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7faeb; background: linear-gradient(135deg, #d7faeb, #D7F2FA);