#0af092
a balanced, electric green · cool · closest name: aquamarine
RGB
10, 240, 146
HSL
156°, 92%, 49%
CMYK
96, 0, 39, 6
Luminance
0.6446
Every format
| HEX | #0af092 |
| RGB | rgb(10, 240, 146) |
| HSL | hsl(156, 92%, 49%) |
| CMYK | cmyk(96%, 0%, 39%, 6%) |
| LAB | lab(84.2 -68.6 32.3) |
| LCH | lch(84.2 75.8 154.8) |
| OKLCH | oklch(0.841 0.201 156.4) |
Copy-ready code
/* CSS */
color: #0af092;
background-color: #0af092;
/* Tailwind (arbitrary) */
class="text-[#0af092] bg-[#0af092]"
/* SCSS */
$brand: #0af092;
/* SwiftUI */
Color(red: 0.039, green: 0.941, blue: 0.573)
/* Android */
Color.parseColor("#0af092")Accessibility — WCAG contrast
Aa
#0af092 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0af092 on black: 13.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green94.1%
Blue57.3%
CMYK percentages
Cyan95.8%
Magenta0.0%
Yellow39.2%
Key (black)5.9%
Color previews
#0af092 text on a black background
contrast 13.89:1
Card sample
#0af092 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0af092;
Background color
Panel with #0af092 background
background-color: #0af092;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0af092;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 240, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 240, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0af092; background: linear-gradient(135deg, #0af092, #0AB5F0);