#d1fceb
a pale, electric green · cool · closest name: beige
RGB
209, 252, 235
HSL
156°, 88%, 90%
CMYK
17, 0, 7, 1
Luminance
0.8917
Every format
| HEX | #d1fceb |
| RGB | rgb(209, 252, 235) |
| HSL | hsl(156, 88%, 90%) |
| CMYK | cmyk(17%, 0%, 7%, 1%) |
| LAB | lab(95.7 -17.0 3.6) |
| LCH | lch(95.7 17.4 168.1) |
| OKLCH | oklch(0.956 0.050 169.3) |
Copy-ready code
/* CSS */
color: #d1fceb;
background-color: #d1fceb;
/* Tailwind (arbitrary) */
class="text-[#d1fceb] bg-[#d1fceb]"
/* SCSS */
$brand: #d1fceb;
/* SwiftUI */
Color(red: 0.820, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#d1fceb")Accessibility — WCAG contrast
Aa
#d1fceb on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d1fceb on black: 18.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green98.8%
Blue92.2%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#d1fceb text on a black background
contrast 18.83:1
Card sample
#d1fceb text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d1fceb;
Background color
Panel with #d1fceb background
background-color: #d1fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d1fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d1fceb; background: linear-gradient(135deg, #d1fceb, #D1F0FC);