#d7fbcf
a pale, electric green · cool · closest name: beige
RGB
215, 251, 207
HSL
109°, 85%, 90%
CMYK
14, 0, 18, 2
Luminance
0.8795
Every format
| HEX | #d7fbcf |
| RGB | rgb(215, 251, 207) |
| HSL | hsl(109, 85%, 90%) |
| CMYK | cmyk(14%, 0%, 18%, 2%) |
| LAB | lab(95.1 -19.5 17.3) |
| LCH | lch(95.1 26.1 138.5) |
| OKLCH | oklch(0.951 0.069 140.0) |
Copy-ready code
/* CSS */
color: #d7fbcf;
background-color: #d7fbcf;
/* Tailwind (arbitrary) */
class="text-[#d7fbcf] bg-[#d7fbcf]"
/* SCSS */
$brand: #d7fbcf;
/* SwiftUI */
Color(red: 0.843, green: 0.984, blue: 0.812)
/* Android */
Color.parseColor("#d7fbcf")Accessibility — WCAG contrast
Aa
#d7fbcf on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7fbcf on black: 18.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green98.4%
Blue81.2%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow17.5%
Key (black)1.6%
Color previews
#d7fbcf text on a black background
contrast 18.59:1
Card sample
#d7fbcf text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7fbcf;
Background color
Panel with #d7fbcf background
background-color: #d7fbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7fbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 251, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 251, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7fbcf; background: linear-gradient(135deg, #d7fbcf, #CFFBE4);