#d7f0cf
a pale, vivid green · cool · closest name: beige
RGB
215, 240, 207
HSL
106°, 52%, 88%
CMYK
10, 0, 14, 6
Luminance
0.8127
Every format
| HEX | #d7f0cf |
| RGB | rgb(215, 240, 207) |
| HSL | hsl(106, 52%, 88%) |
| CMYK | cmyk(10%, 0%, 14%, 6%) |
| LAB | lab(92.3 -14.1 13.2) |
| LCH | lch(92.3 19.3 136.9) |
| OKLCH | oklch(0.928 0.051 138.1) |
Copy-ready code
/* CSS */
color: #d7f0cf;
background-color: #d7f0cf;
/* Tailwind (arbitrary) */
class="text-[#d7f0cf] bg-[#d7f0cf]"
/* SCSS */
$brand: #d7f0cf;
/* SwiftUI */
Color(red: 0.843, green: 0.941, blue: 0.812)
/* Android */
Color.parseColor("#d7f0cf")Accessibility — WCAG contrast
Aa
#d7f0cf on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7f0cf on black: 17.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green94.1%
Blue81.2%
CMYK percentages
Cyan10.4%
Magenta0.0%
Yellow13.7%
Key (black)5.9%
Color previews
#d7f0cf text on a black background
contrast 17.25:1
Card sample
#d7f0cf text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7f0cf;
Background color
Panel with #d7f0cf background
background-color: #d7f0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7f0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 240, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 240, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7f0cf; background: linear-gradient(135deg, #d7f0cf, #CFF0DD);