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