#0afd91
a balanced, electric green · cool · closest name: aquamarine
RGB
10, 253, 145
HSL
153°, 98%, 52%
CMYK
96, 0, 43, 1
Luminance
0.7236
Every format
| HEX | #0afd91 |
| RGB | rgb(10, 253, 145) |
| HSL | hsl(153, 98%, 52%) |
| CMYK | cmyk(96%, 0%, 43%, 1%) |
| LAB | lab(88.1 -73.1 38.0) |
| LCH | lch(88.1 82.3 152.5) |
| OKLCH | oklch(0.873 0.217 154.4) |
Copy-ready code
/* CSS */
color: #0afd91;
background-color: #0afd91;
/* Tailwind (arbitrary) */
class="text-[#0afd91] bg-[#0afd91]"
/* SCSS */
$brand: #0afd91;
/* SwiftUI */
Color(red: 0.039, green: 0.992, blue: 0.569)
/* Android */
Color.parseColor("#0afd91")Accessibility — WCAG contrast
Aa
#0afd91 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0afd91 on black: 15.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green99.2%
Blue56.9%
CMYK percentages
Cyan96.0%
Magenta0.0%
Yellow42.7%
Key (black)0.8%
Color previews
#0afd91 text on a black background
contrast 15.47:1
Card sample
#0afd91 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0afd91;
Background color
Panel with #0afd91 background
background-color: #0afd91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0afd91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 253, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 253, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0afd91; background: linear-gradient(135deg, #0afd91, #0AC7FD);