#d2f5df
a pale, vivid green · cool · closest name: beige
RGB
210, 245, 223
HSL
142°, 64%, 89%
CMYK
14, 0, 9, 4
Luminance
0.8433
Every format
| HEX | #d2f5df |
| RGB | rgb(210, 245, 223) |
| HSL | hsl(142, 64%, 89%) |
| CMYK | cmyk(14%, 0%, 9%, 4%) |
| LAB | lab(93.6 -15.4 6.8) |
| LCH | lch(93.6 16.9 156.2) |
| OKLCH | oklch(0.939 0.047 157.8) |
Copy-ready code
/* CSS */
color: #d2f5df;
background-color: #d2f5df;
/* Tailwind (arbitrary) */
class="text-[#d2f5df] bg-[#d2f5df]"
/* SCSS */
$brand: #d2f5df;
/* SwiftUI */
Color(red: 0.824, green: 0.961, blue: 0.875)
/* Android */
Color.parseColor("#d2f5df")Accessibility — WCAG contrast
Aa
#d2f5df on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2f5df on black: 17.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green96.1%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow9.0%
Key (black)3.9%
Color previews
#d2f5df text on a black background
contrast 17.87:1
Card sample
#d2f5df text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2f5df;
Background color
Panel with #d2f5df background
background-color: #d2f5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2f5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 245, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 245, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2f5df; background: linear-gradient(135deg, #d2f5df, #D2F4F5);