#d9fceb
a pale, electric green · cool · closest name: ivory
RGB
217, 252, 235
HSL
151°, 85%, 92%
CMYK
14, 0, 7, 1
Luminance
0.9037
Every format
| HEX | #d9fceb |
| RGB | rgb(217, 252, 235) |
| HSL | hsl(151, 85%, 92%) |
| CMYK | cmyk(14%, 0%, 7%, 1%) |
| LAB | lab(96.2 -14.4 4.4) |
| LCH | lch(96.2 15.1 163.2) |
| OKLCH | oklch(0.962 0.043 164.7) |
Copy-ready code
/* CSS */
color: #d9fceb;
background-color: #d9fceb;
/* Tailwind (arbitrary) */
class="text-[#d9fceb] bg-[#d9fceb]"
/* SCSS */
$brand: #d9fceb;
/* SwiftUI */
Color(red: 0.851, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#d9fceb")Accessibility — WCAG contrast
Aa
#d9fceb on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d9fceb on black: 19.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green98.8%
Blue92.2%
CMYK percentages
Cyan13.9%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#d9fceb text on a black background
contrast 19.07:1
Card sample
#d9fceb text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d9fceb;
Background color
Panel with #d9fceb background
background-color: #d9fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d9fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9fceb; background: linear-gradient(135deg, #d9fceb, #D9F6FC);