#d7f1c9
a pale, vivid green · cool · closest name: beige
RGB
215, 241, 201
HSL
99°, 59%, 87%
CMYK
11, 0, 17, 6
Luminance
0.8157
Every format
| HEX | #d7f1c9 |
| RGB | rgb(215, 241, 201) |
| HSL | hsl(99, 59%, 87%) |
| CMYK | cmyk(11%, 0%, 17%, 6%) |
| LAB | lab(92.4 -15.6 16.5) |
| LCH | lch(92.4 22.7 133.4) |
| OKLCH | oklch(0.929 0.060 134.6) |
Copy-ready code
/* CSS */
color: #d7f1c9;
background-color: #d7f1c9;
/* Tailwind (arbitrary) */
class="text-[#d7f1c9] bg-[#d7f1c9]"
/* SCSS */
$brand: #d7f1c9;
/* SwiftUI */
Color(red: 0.843, green: 0.945, blue: 0.788)
/* Android */
Color.parseColor("#d7f1c9")Accessibility — WCAG contrast
Aa
#d7f1c9 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7f1c9 on black: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green94.5%
Blue78.8%
CMYK percentages
Cyan10.8%
Magenta0.0%
Yellow16.6%
Key (black)5.5%
Color previews
#d7f1c9 text on a black background
contrast 17.31:1
Card sample
#d7f1c9 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7f1c9;
Background color
Panel with #d7f1c9 background
background-color: #d7f1c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7f1c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 241, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 241, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7f1c9; background: linear-gradient(135deg, #d7f1c9, #C9F1D6);