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