#d7f1df
a pale, vivid green · cool · closest name: beige
RGB
215, 241, 223
HSL
139°, 48%, 89%
CMYK
11, 0, 8, 6
Luminance
0.8269
Every format
| HEX | #d7f1df |
| RGB | rgb(215, 241, 223) |
| HSL | hsl(139, 48%, 89%) |
| CMYK | cmyk(11%, 0%, 8%, 6%) |
| LAB | lab(92.9 -11.8 5.8) |
| LCH | lch(92.9 13.2 153.8) |
| OKLCH | oklch(0.934 0.036 155.4) |
Copy-ready code
/* CSS */
color: #d7f1df;
background-color: #d7f1df;
/* Tailwind (arbitrary) */
class="text-[#d7f1df] bg-[#d7f1df]"
/* SCSS */
$brand: #d7f1df;
/* SwiftUI */
Color(red: 0.843, green: 0.945, blue: 0.875)
/* Android */
Color.parseColor("#d7f1df")Accessibility — WCAG contrast
Aa
#d7f1df on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7f1df on black: 17.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green94.5%
Blue87.5%
CMYK percentages
Cyan10.8%
Magenta0.0%
Yellow7.5%
Key (black)5.5%
Color previews
#d7f1df text on a black background
contrast 17.54:1
Card sample
#d7f1df text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7f1df;
Background color
Panel with #d7f1df background
background-color: #d7f1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7f1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 241, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 241, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7f1df; background: linear-gradient(135deg, #d7f1df, #D7F1F0);