#0af89f
a balanced, electric green · cool · closest name: aquamarine
RGB
10, 248, 159
HSL
158°, 94%, 51%
CMYK
96, 0, 36, 3
Luminance
0.6970
Every format
| HEX | #0af89f |
| RGB | rgb(10, 248, 159) |
| HSL | hsl(158, 94%, 51%) |
| CMYK | cmyk(96%, 0%, 36%, 3%) |
| LAB | lab(86.8 -68.8 29.3) |
| LCH | lch(86.8 74.8 156.9) |
| OKLCH | oklch(0.863 0.200 158.4) |
Copy-ready code
/* CSS */
color: #0af89f;
background-color: #0af89f;
/* Tailwind (arbitrary) */
class="text-[#0af89f] bg-[#0af89f]"
/* SCSS */
$brand: #0af89f;
/* SwiftUI */
Color(red: 0.039, green: 0.973, blue: 0.624)
/* Android */
Color.parseColor("#0af89f")Accessibility — WCAG contrast
Aa
#0af89f on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0af89f on black: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green97.3%
Blue62.4%
CMYK percentages
Cyan96.0%
Magenta0.0%
Yellow35.9%
Key (black)2.7%
Color previews
#0af89f text on a black background
contrast 14.94:1
Card sample
#0af89f text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0af89f;
Background color
Panel with #0af89f background
background-color: #0af89f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0af89f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 248, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 248, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0af89f; background: linear-gradient(135deg, #0af89f, #0AB2F8);