#d2f3c2
a pale, vivid green · cool · closest name: beige
RGB
210, 243, 194
HSL
100°, 67%, 86%
CMYK
14, 0, 20, 5
Luminance
0.8170
Every format
| HEX | #d2f3c2 |
| RGB | rgb(210, 243, 194) |
| HSL | hsl(100, 67%, 86%) |
| CMYK | cmyk(14%, 0%, 20%, 5%) |
| LAB | lab(92.4 -19.4 20.1) |
| LCH | lch(92.4 28.0 134.0) |
| OKLCH | oklch(0.928 0.074 135.5) |
Copy-ready code
/* CSS */
color: #d2f3c2;
background-color: #d2f3c2;
/* Tailwind (arbitrary) */
class="text-[#d2f3c2] bg-[#d2f3c2]"
/* SCSS */
$brand: #d2f3c2;
/* SwiftUI */
Color(red: 0.824, green: 0.953, blue: 0.761)
/* Android */
Color.parseColor("#d2f3c2")Accessibility — WCAG contrast
Aa
#d2f3c2 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2f3c2 on black: 17.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green95.3%
Blue76.1%
CMYK percentages
Cyan13.6%
Magenta0.0%
Yellow20.2%
Key (black)4.7%
Color previews
#d2f3c2 text on a black background
contrast 17.34:1
Card sample
#d2f3c2 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2f3c2;
Background color
Panel with #d2f3c2 background
background-color: #d2f3c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2f3c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 243, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 243, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2f3c2; background: linear-gradient(135deg, #d2f3c2, #C2F3D3);