#d7f2ce
a pale, vivid green · cool · closest name: beige
RGB
215, 242, 206
HSL
105°, 58%, 88%
CMYK
11, 0, 15, 5
Luminance
0.8241
Every format
| HEX | #d7f2ce |
| RGB | rgb(215, 242, 206) |
| HSL | hsl(105, 58%, 88%) |
| CMYK | cmyk(11%, 0%, 15%, 5%) |
| LAB | lab(92.8 -15.3 14.4) |
| LCH | lch(92.8 21.0 136.6) |
| OKLCH | oklch(0.932 0.056 137.9) |
Copy-ready code
/* CSS */
color: #d7f2ce;
background-color: #d7f2ce;
/* Tailwind (arbitrary) */
class="text-[#d7f2ce] bg-[#d7f2ce]"
/* SCSS */
$brand: #d7f2ce;
/* SwiftUI */
Color(red: 0.843, green: 0.949, blue: 0.808)
/* Android */
Color.parseColor("#d7f2ce")Accessibility — WCAG contrast
Aa
#d7f2ce on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7f2ce on black: 17.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green94.9%
Blue80.8%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow14.9%
Key (black)5.1%
Color previews
#d7f2ce text on a black background
contrast 17.48:1
Card sample
#d7f2ce text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7f2ce;
Background color
Panel with #d7f2ce background
background-color: #d7f2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7f2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 242, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 242, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7f2ce; background: linear-gradient(135deg, #d7f2ce, #CEF2DD);