#d0fd2f
a balanced, electric green · cool · closest name: yellow
RGB
208, 253, 47
HSL
73°, 98%, 59%
CMYK
18, 0, 81, 1
Luminance
0.8387
Every format
| HEX | #d0fd2f |
| RGB | rgb(208, 253, 47) |
| HSL | hsl(73, 98%, 59%) |
| CMYK | cmyk(18%, 0%, 81%, 1%) |
| LAB | lab(93.4 -38.7 83.9) |
| LCH | lch(93.4 92.4 114.8) |
| OKLCH | oklch(0.930 0.215 122.2) |
Copy-ready code
/* CSS */
color: #d0fd2f;
background-color: #d0fd2f;
/* Tailwind (arbitrary) */
class="text-[#d0fd2f] bg-[#d0fd2f]"
/* SCSS */
$brand: #d0fd2f;
/* SwiftUI */
Color(red: 0.816, green: 0.992, blue: 0.184)
/* Android */
Color.parseColor("#d0fd2f")Accessibility — WCAG contrast
Aa
#d0fd2f on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0fd2f on black: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green99.2%
Blue18.4%
CMYK percentages
Cyan17.8%
Magenta0.0%
Yellow81.4%
Key (black)0.8%
Color previews
#d0fd2f text on a black background
contrast 17.77:1
Card sample
#d0fd2f text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0fd2f;
Background color
Panel with #d0fd2f background
background-color: #d0fd2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0fd2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 253, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 253, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0fd2f; background: linear-gradient(135deg, #d0fd2f, #47FD2F);