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