#d0faeb
a pale, electric green · cool · closest name: ivory
RGB
208, 250, 235
HSL
159°, 81%, 90%
CMYK
17, 0, 6, 2
Luminance
0.8778
Every format
| HEX | #d0faeb |
| RGB | rgb(208, 250, 235) |
| HSL | hsl(159, 81%, 90%) |
| CMYK | cmyk(17%, 0%, 6%, 2%) |
| LAB | lab(95.1 -16.3 2.7) |
| LCH | lch(95.1 16.5 170.5) |
| OKLCH | oklch(0.951 0.048 171.6) |
Copy-ready code
/* CSS */
color: #d0faeb;
background-color: #d0faeb;
/* Tailwind (arbitrary) */
class="text-[#d0faeb] bg-[#d0faeb]"
/* SCSS */
$brand: #d0faeb;
/* SwiftUI */
Color(red: 0.816, green: 0.980, blue: 0.922)
/* Android */
Color.parseColor("#d0faeb")Accessibility — WCAG contrast
Aa
#d0faeb on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0faeb on black: 18.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green98.0%
Blue92.2%
CMYK percentages
Cyan16.8%
Magenta0.0%
Yellow6.0%
Key (black)2.0%
Color previews
#d0faeb text on a black background
contrast 18.56:1
Card sample
#d0faeb text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0faeb;
Background color
Panel with #d0faeb background
background-color: #d0faeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0faeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 250, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 250, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0faeb; background: linear-gradient(135deg, #d0faeb, #D0EDFA);