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