#d2fba0
a light, electric green · cool · closest name: khaki
RGB
210, 251, 160
HSL
87°, 92%, 81%
CMYK
16, 0, 36, 2
Luminance
0.8523
Every format
| HEX | #d2fba0 |
| RGB | rgb(210, 251, 160) |
| HSL | hsl(87, 92%, 81%) |
| CMYK | cmyk(16%, 0%, 36%, 2%) |
| LAB | lab(94.0 -28.1 39.4) |
| LCH | lch(94.0 48.4 125.6) |
| OKLCH | oklch(0.938 0.124 128.3) |
Copy-ready code
/* CSS */
color: #d2fba0;
background-color: #d2fba0;
/* Tailwind (arbitrary) */
class="text-[#d2fba0] bg-[#d2fba0]"
/* SCSS */
$brand: #d2fba0;
/* SwiftUI */
Color(red: 0.824, green: 0.984, blue: 0.627)
/* Android */
Color.parseColor("#d2fba0")Accessibility — WCAG contrast
Aa
#d2fba0 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2fba0 on black: 18.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green98.4%
Blue62.7%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow36.3%
Key (black)1.6%
Color previews
#d2fba0 text on a black background
contrast 18.05:1
Card sample
#d2fba0 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2fba0;
Background color
Panel with #d2fba0 background
background-color: #d2fba0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2fba0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 251, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 251, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2fba0; background: linear-gradient(135deg, #d2fba0, #A0FBAB);