#d2efdf
a pale, vivid green · cool · closest name: beige
RGB
210, 239, 223
HSL
147°, 48%, 88%
CMYK
12, 0, 7, 6
Luminance
0.8076
Every format
| HEX | #d2efdf |
| RGB | rgb(210, 239, 223) |
| HSL | hsl(147, 48%, 88%) |
| CMYK | cmyk(12%, 0%, 7%, 6%) |
| LAB | lab(92.0 -12.5 4.5) |
| LCH | lch(92.0 13.3 160.0) |
| OKLCH | oklch(0.927 0.037 161.5) |
Copy-ready code
/* CSS */
color: #d2efdf;
background-color: #d2efdf;
/* Tailwind (arbitrary) */
class="text-[#d2efdf] bg-[#d2efdf]"
/* SCSS */
$brand: #d2efdf;
/* SwiftUI */
Color(red: 0.824, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#d2efdf")Accessibility — WCAG contrast
Aa
#d2efdf on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2efdf on black: 17.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green93.7%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#d2efdf text on a black background
contrast 17.15:1
Card sample
#d2efdf text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2efdf;
Background color
Panel with #d2efdf background
background-color: #d2efdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2efdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2efdf; background: linear-gradient(135deg, #d2efdf, #D2ECEF);