#d7fce9
a pale, electric green · cool · closest name: beige
RGB
215, 252, 233
HSL
149°, 86%, 92%
CMYK
15, 0, 8, 1
Luminance
0.8995
Every format
| HEX | #d7fce9 |
| RGB | rgb(215, 252, 233) |
| HSL | hsl(149, 86%, 92%) |
| CMYK | cmyk(15%, 0%, 8%, 1%) |
| LAB | lab(96.0 -15.5 5.1) |
| LCH | lch(96.0 16.3 161.7) |
| OKLCH | oklch(0.960 0.046 163.1) |
Copy-ready code
/* CSS */
color: #d7fce9;
background-color: #d7fce9;
/* Tailwind (arbitrary) */
class="text-[#d7fce9] bg-[#d7fce9]"
/* SCSS */
$brand: #d7fce9;
/* SwiftUI */
Color(red: 0.843, green: 0.988, blue: 0.914)
/* Android */
Color.parseColor("#d7fce9")Accessibility — WCAG contrast
Aa
#d7fce9 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7fce9 on black: 18.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green98.8%
Blue91.4%
CMYK percentages
Cyan14.7%
Magenta0.0%
Yellow7.5%
Key (black)1.2%
Color previews
#d7fce9 text on a black background
contrast 18.99:1
Card sample
#d7fce9 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7fce9;
Background color
Panel with #d7fce9 background
background-color: #d7fce9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7fce9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 252, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 252, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7fce9; background: linear-gradient(135deg, #d7fce9, #D7F6FC);