#d0fc2f
a balanced, electric green · cool · closest name: yellow
RGB
208, 252, 47
HSL
73°, 97%, 59%
CMYK
18, 0, 81, 1
Luminance
0.8324
Every format
| HEX | #d0fc2f |
| RGB | rgb(208, 252, 47) |
| HSL | hsl(73, 97%, 59%) |
| CMYK | cmyk(18%, 0%, 81%, 1%) |
| LAB | lab(93.1 -38.3 83.7) |
| LCH | lch(93.1 92.0 114.6) |
| OKLCH | oklch(0.928 0.214 122.0) |
Copy-ready code
/* CSS */
color: #d0fc2f;
background-color: #d0fc2f;
/* Tailwind (arbitrary) */
class="text-[#d0fc2f] bg-[#d0fc2f]"
/* SCSS */
$brand: #d0fc2f;
/* SwiftUI */
Color(red: 0.816, green: 0.988, blue: 0.184)
/* Android */
Color.parseColor("#d0fc2f")Accessibility — WCAG contrast
Aa
#d0fc2f on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0fc2f on black: 17.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green98.8%
Blue18.4%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow81.3%
Key (black)1.2%
Color previews
#d0fc2f text on a black background
contrast 17.65:1
Card sample
#d0fc2f text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0fc2f;
Background color
Panel with #d0fc2f background
background-color: #d0fc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0fc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 252, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 252, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0fc2f; background: linear-gradient(135deg, #d0fc2f, #47FC2F);