#d2ffdc
a pale, electric green · cool · closest name: beige
RGB
210, 255, 220
HSL
133°, 100%, 91%
CMYK
18, 0, 14, 0
Luminance
0.9039
Every format
| HEX | #d2ffdc |
| RGB | rgb(210, 255, 220) |
| HSL | hsl(133, 100%, 91%) |
| CMYK | cmyk(18%, 0%, 14%, 0%) |
| LAB | lab(96.2 -20.9 12.0) |
| LCH | lch(96.2 24.1 150.1) |
| OKLCH | oklch(0.959 0.066 151.7) |
Copy-ready code
/* CSS */
color: #d2ffdc;
background-color: #d2ffdc;
/* Tailwind (arbitrary) */
class="text-[#d2ffdc] bg-[#d2ffdc]"
/* SCSS */
$brand: #d2ffdc;
/* SwiftUI */
Color(red: 0.824, green: 1.000, blue: 0.863)
/* Android */
Color.parseColor("#d2ffdc")Accessibility — WCAG contrast
Aa
#d2ffdc on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2ffdc on black: 19.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green100.0%
Blue86.3%
CMYK percentages
Cyan17.6%
Magenta0.0%
Yellow13.7%
Key (black)0.0%
Color previews
#d2ffdc text on a black background
contrast 19.08:1
Card sample
#d2ffdc text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2ffdc;
Background color
Panel with #d2ffdc background
background-color: #d2ffdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2ffdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 255, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 255, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ffdc; background: linear-gradient(135deg, #d2ffdc, #D2FFFA);