#d2f7c9
a pale, vivid green · cool · closest name: beige
RGB
210, 247, 201
HSL
108°, 74%, 88%
CMYK
15, 0, 19, 3
Luminance
0.8444
Every format
| HEX | #d2f7c9 |
| RGB | rgb(210, 247, 201) |
| HSL | hsl(108, 74%, 88%) |
| CMYK | cmyk(15%, 0%, 19%, 3%) |
| LAB | lab(93.6 -20.2 18.2) |
| LCH | lch(93.6 27.2 138.0) |
| OKLCH | oklch(0.938 0.072 139.6) |
Copy-ready code
/* CSS */
color: #d2f7c9;
background-color: #d2f7c9;
/* Tailwind (arbitrary) */
class="text-[#d2f7c9] bg-[#d2f7c9]"
/* SCSS */
$brand: #d2f7c9;
/* SwiftUI */
Color(red: 0.824, green: 0.969, blue: 0.788)
/* Android */
Color.parseColor("#d2f7c9")Accessibility — WCAG contrast
Aa
#d2f7c9 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2f7c9 on black: 17.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green96.9%
Blue78.8%
CMYK percentages
Cyan15.0%
Magenta0.0%
Yellow18.6%
Key (black)3.1%
Color previews
#d2f7c9 text on a black background
contrast 17.89:1
Card sample
#d2f7c9 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2f7c9;
Background color
Panel with #d2f7c9 background
background-color: #d2f7c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2f7c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 247, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 247, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2f7c9; background: linear-gradient(135deg, #d2f7c9, #C9F7DF);