#d2ffce
a pale, electric green · cool · closest name: beige
RGB
210, 255, 206
HSL
115°, 100%, 90%
CMYK
18, 0, 19, 0
Luminance
0.8968
Every format
| HEX | #d2ffce |
| RGB | rgb(210, 255, 206) |
| HSL | hsl(115, 100%, 90%) |
| CMYK | cmyk(18%, 0%, 19%, 0%) |
| LAB | lab(95.9 -23.3 18.8) |
| LCH | lch(95.9 29.9 141.1) |
| OKLCH | oklch(0.956 0.080 142.8) |
Copy-ready code
/* CSS */
color: #d2ffce;
background-color: #d2ffce;
/* Tailwind (arbitrary) */
class="text-[#d2ffce] bg-[#d2ffce]"
/* SCSS */
$brand: #d2ffce;
/* SwiftUI */
Color(red: 0.824, green: 1.000, blue: 0.808)
/* Android */
Color.parseColor("#d2ffce")Accessibility — WCAG contrast
Aa
#d2ffce on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2ffce on black: 18.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green100.0%
Blue80.8%
CMYK percentages
Cyan17.6%
Magenta0.0%
Yellow19.2%
Key (black)0.0%
Color previews
#d2ffce text on a black background
contrast 18.94:1
Card sample
#d2ffce text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2ffce;
Background color
Panel with #d2ffce background
background-color: #d2ffce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2ffce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 255, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 255, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ffce; background: linear-gradient(135deg, #d2ffce, #CEFFEB);