#00f58f
a balanced, electric green · cool · closest name: aquamarine
RGB
0, 245, 143
HSL
155°, 100%, 48%
CMYK
100, 0, 42, 4
Luminance
0.6729
Every format
| HEX | #00f58f |
| RGB | rgb(0, 245, 143) |
| HSL | hsl(155, 100%, 48%) |
| CMYK | cmyk(100%, 0%, 42%, 4%) |
| LAB | lab(85.7 -71.1 35.7) |
| LCH | lch(85.7 79.5 153.3) |
| OKLCH | oklch(0.852 0.210 155.1) |
Copy-ready code
/* CSS */
color: #00f58f;
background-color: #00f58f;
/* Tailwind (arbitrary) */
class="text-[#00f58f] bg-[#00f58f]"
/* SCSS */
$brand: #00f58f;
/* SwiftUI */
Color(red: 0.000, green: 0.961, blue: 0.561)
/* Android */
Color.parseColor("#00f58f")Accessibility — WCAG contrast
Aa
#00f58f on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00f58f on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green96.1%
Blue56.1%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow41.6%
Key (black)3.9%
Color previews
#00f58f text on a black background
contrast 14.46:1
Card sample
#00f58f text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00f58f;
Background color
Panel with #00f58f background
background-color: #00f58f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00f58f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 245, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 245, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00f58f; background: linear-gradient(135deg, #00f58f, #00B8F5);