#d7fccf
a pale, electric green · cool · closest name: beige
RGB
215, 252, 207
HSL
109°, 88%, 90%
CMYK
15, 0, 18, 1
Luminance
0.8857
Every format
| HEX | #d7fccf |
| RGB | rgb(215, 252, 207) |
| HSL | hsl(109, 88%, 90%) |
| CMYK | cmyk(15%, 0%, 18%, 1%) |
| LAB | lab(95.4 -20.0 17.7) |
| LCH | lch(95.4 26.7 138.6) |
| OKLCH | oklch(0.953 0.071 140.1) |
Copy-ready code
/* CSS */
color: #d7fccf;
background-color: #d7fccf;
/* Tailwind (arbitrary) */
class="text-[#d7fccf] bg-[#d7fccf]"
/* SCSS */
$brand: #d7fccf;
/* SwiftUI */
Color(red: 0.843, green: 0.988, blue: 0.812)
/* Android */
Color.parseColor("#d7fccf")Accessibility — WCAG contrast
Aa
#d7fccf on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7fccf on black: 18.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green98.8%
Blue81.2%
CMYK percentages
Cyan14.7%
Magenta0.0%
Yellow17.9%
Key (black)1.2%
Color previews
#d7fccf text on a black background
contrast 18.71:1
Card sample
#d7fccf text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7fccf;
Background color
Panel with #d7fccf background
background-color: #d7fccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7fccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 252, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 252, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7fccf; background: linear-gradient(135deg, #d7fccf, #CFFCE5);