#0afab4
a balanced, electric cyan · cool · closest name: aquamarine
RGB
10, 250, 180
HSL
163°, 96%, 51%
CMYK
96, 0, 28, 2
Luminance
0.7173
Every format
| HEX | #0afab4 |
| RGB | rgb(10, 250, 180) |
| HSL | hsl(163, 96%, 51%) |
| CMYK | cmyk(96%, 0%, 28%, 2%) |
| LAB | lab(87.8 -65.1 20.0) |
| LCH | lch(87.8 68.1 162.9) |
| OKLCH | oklch(0.873 0.185 164.1) |
Copy-ready code
/* CSS */
color: #0afab4;
background-color: #0afab4;
/* Tailwind (arbitrary) */
class="text-[#0afab4] bg-[#0afab4]"
/* SCSS */
$brand: #0afab4;
/* SwiftUI */
Color(red: 0.039, green: 0.980, blue: 0.706)
/* Android */
Color.parseColor("#0afab4")Accessibility — WCAG contrast
Aa
#0afab4 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0afab4 on black: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green98.0%
Blue70.6%
CMYK percentages
Cyan96.0%
Magenta0.0%
Yellow28.0%
Key (black)2.0%
Color previews
#0afab4 text on a black background
contrast 15.35:1
Card sample
#0afab4 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0afab4;
Background color
Panel with #0afab4 background
background-color: #0afab4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0afab4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 250, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 250, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0afab4; background: linear-gradient(135deg, #0afab4, #0AA0FA);