#00db4f
a dark, electric green · cool · closest name: lime
RGB
0, 219, 79
HSL
142°, 100%, 43%
CMYK
100, 0, 64, 14
Luminance
0.5123
Every format
| HEX | #00db4f |
| RGB | rgb(0, 219, 79) |
| HSL | hsl(142, 100%, 43%) |
| CMYK | cmyk(100%, 0%, 64%, 14%) |
| LAB | lab(76.8 -72.4 54.8) |
| LCH | lch(76.8 90.8 142.9) |
| OKLCH | oklch(0.776 0.233 146.7) |
Copy-ready code
/* CSS */
color: #00db4f;
background-color: #00db4f;
/* Tailwind (arbitrary) */
class="text-[#00db4f] bg-[#00db4f]"
/* SCSS */
$brand: #00db4f;
/* SwiftUI */
Color(red: 0.000, green: 0.859, blue: 0.310)
/* Android */
Color.parseColor("#00db4f")Accessibility — WCAG contrast
Aa
#00db4f on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00db4f on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green85.9%
Blue31.0%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow63.9%
Key (black)14.1%
Color previews
#00db4f text on a black background
contrast 11.25:1
Card sample
#00db4f text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00db4f;
Background color
Panel with #00db4f background
background-color: #00db4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00db4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 219, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 219, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00db4f; background: linear-gradient(135deg, #00db4f, #00D5DB);