#00db3f
a dark, electric green · cool · closest name: lime
RGB
0, 219, 63
HSL
137°, 100%, 43%
CMYK
100, 0, 71, 14
Luminance
0.5102
Every format
| HEX | #00db3f |
| RGB | rgb(0, 219, 63) |
| HSL | hsl(137, 100%, 43%) |
| CMYK | cmyk(100%, 0%, 71%, 14%) |
| LAB | lab(76.7 -74.0 60.9) |
| LCH | lch(76.7 95.8 140.5) |
| OKLCH | oklch(0.775 0.243 145.1) |
Copy-ready code
/* CSS */
color: #00db3f;
background-color: #00db3f;
/* Tailwind (arbitrary) */
class="text-[#00db3f] bg-[#00db3f]"
/* SCSS */
$brand: #00db3f;
/* SwiftUI */
Color(red: 0.000, green: 0.859, blue: 0.247)
/* Android */
Color.parseColor("#00db3f")Accessibility — WCAG contrast
Aa
#00db3f on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00db3f on black: 11.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green85.9%
Blue24.7%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow71.2%
Key (black)14.1%
Color previews
#00db3f text on a black background
contrast 11.20:1
Card sample
#00db3f text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00db3f;
Background color
Panel with #00db3f background
background-color: #00db3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00db3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 219, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 219, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00db3f; background: linear-gradient(135deg, #00db3f, #00DBD1);