#00f69c
a balanced, electric green · cool · closest name: aquamarine
RGB
0, 246, 156
HSL
158°, 100%, 48%
CMYK
100, 0, 37, 4
Luminance
0.6831
Every format
| HEX | #00f69c |
| RGB | rgb(0, 246, 156) |
| HSL | hsl(158, 100%, 48%) |
| CMYK | cmyk(100%, 0%, 37%, 4%) |
| LAB | lab(86.2 -69.0 29.9) |
| LCH | lch(86.2 75.2 156.6) |
| OKLCH | oklch(0.857 0.200 158.0) |
Copy-ready code
/* CSS */
color: #00f69c;
background-color: #00f69c;
/* Tailwind (arbitrary) */
class="text-[#00f69c] bg-[#00f69c]"
/* SCSS */
$brand: #00f69c;
/* SwiftUI */
Color(red: 0.000, green: 0.965, blue: 0.612)
/* Android */
Color.parseColor("#00f69c")Accessibility — WCAG contrast
Aa
#00f69c on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00f69c on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green96.5%
Blue61.2%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow36.6%
Key (black)3.5%
Color previews
#00f69c text on a black background
contrast 14.66:1
Card sample
#00f69c text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00f69c;
Background color
Panel with #00f69c background
background-color: #00f69c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00f69c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 246, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 246, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00f69c; background: linear-gradient(135deg, #00f69c, #00ACF6);