#d0fc7a
a light, electric green · cool · closest name: khaki
RGB
208, 252, 122
HSL
80°, 96%, 73%
CMYK
18, 0, 52, 1
Luminance
0.8444
Every format
| HEX | #d0fc7a |
| RGB | rgb(208, 252, 122) |
| HSL | hsl(80, 96%, 73%) |
| CMYK | cmyk(18%, 0%, 52%, 1%) |
| LAB | lab(93.6 -33.6 57.0) |
| LCH | lch(93.6 66.2 120.5) |
| OKLCH | oklch(0.934 0.165 125.0) |
Copy-ready code
/* CSS */
color: #d0fc7a;
background-color: #d0fc7a;
/* Tailwind (arbitrary) */
class="text-[#d0fc7a] bg-[#d0fc7a]"
/* SCSS */
$brand: #d0fc7a;
/* SwiftUI */
Color(red: 0.816, green: 0.988, blue: 0.478)
/* Android */
Color.parseColor("#d0fc7a")Accessibility — WCAG contrast
Aa
#d0fc7a on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0fc7a on black: 17.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green98.8%
Blue47.8%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow51.6%
Key (black)1.2%
Color previews
#d0fc7a text on a black background
contrast 17.89:1
Card sample
#d0fc7a text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0fc7a;
Background color
Panel with #d0fc7a background
background-color: #d0fc7a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0fc7a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 252, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 252, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0fc7a; background: linear-gradient(135deg, #d0fc7a, #7AFC7A);