#d0f721
a balanced, electric green · cool · closest name: yellow
RGB
208, 247, 33
HSL
71°, 93%, 55%
CMYK
16, 0, 87, 3
Luminance
0.8004
Every format
| HEX | #d0f721 |
| RGB | rgb(208, 247, 33) |
| HSL | hsl(71, 93%, 55%) |
| CMYK | cmyk(16%, 0%, 87%, 3%) |
| LAB | lab(91.7 -36.4 85.3) |
| LCH | lch(91.7 92.8 113.1) |
| OKLCH | oklch(0.916 0.213 120.8) |
Copy-ready code
/* CSS */
color: #d0f721;
background-color: #d0f721;
/* Tailwind (arbitrary) */
class="text-[#d0f721] bg-[#d0f721]"
/* SCSS */
$brand: #d0f721;
/* SwiftUI */
Color(red: 0.816, green: 0.969, blue: 0.129)
/* Android */
Color.parseColor("#d0f721")Accessibility — WCAG contrast
Aa
#d0f721 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0f721 on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green96.9%
Blue12.9%
CMYK percentages
Cyan15.8%
Magenta0.0%
Yellow86.6%
Key (black)3.1%
Color previews
#d0f721 text on a black background
contrast 17.01:1
Card sample
#d0f721 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0f721;
Background color
Panel with #d0f721 background
background-color: #d0f721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0f721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 247, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 247, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0f721; background: linear-gradient(135deg, #d0f721, #41F721);