#d2fbae
a light, electric green · cool · closest name: khaki
RGB
210, 251, 174
HSL
92°, 91%, 83%
CMYK
16, 0, 31, 2
Luminance
0.8575
Every format
| HEX | #d2fbae |
| RGB | rgb(210, 251, 174) |
| HSL | hsl(92, 91%, 83%) |
| CMYK | cmyk(16%, 0%, 31%, 2%) |
| LAB | lab(94.2 -26.3 32.7) |
| LCH | lch(94.2 42.0 128.8) |
| OKLCH | oklch(0.941 0.109 131.0) |
Copy-ready code
/* CSS */
color: #d2fbae;
background-color: #d2fbae;
/* Tailwind (arbitrary) */
class="text-[#d2fbae] bg-[#d2fbae]"
/* SCSS */
$brand: #d2fbae;
/* SwiftUI */
Color(red: 0.824, green: 0.984, blue: 0.682)
/* Android */
Color.parseColor("#d2fbae")Accessibility — WCAG contrast
Aa
#d2fbae on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2fbae on black: 18.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green98.4%
Blue68.2%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow30.7%
Key (black)1.6%
Color previews
#d2fbae text on a black background
contrast 18.15:1
Card sample
#d2fbae text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2fbae;
Background color
Panel with #d2fbae background
background-color: #d2fbae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2fbae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 251, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 251, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2fbae; background: linear-gradient(135deg, #d2fbae, #AEFBBD);