#0afad3
a balanced, electric cyan · cool · closest name: aquamarine
RGB
10, 250, 211
HSL
170°, 96%, 51%
CMYK
96, 0, 16, 2
Luminance
0.7314
Every format
| HEX | #0afad3 |
| RGB | rgb(10, 250, 211) |
| HSL | hsl(170, 96%, 51%) |
| CMYK | cmyk(96%, 0%, 16%, 2%) |
| LAB | lab(88.5 -57.7 4.9) |
| LCH | lch(88.5 58.0 175.1) |
| OKLCH | oklch(0.880 0.164 175.8) |
Copy-ready code
/* CSS */
color: #0afad3;
background-color: #0afad3;
/* Tailwind (arbitrary) */
class="text-[#0afad3] bg-[#0afad3]"
/* SCSS */
$brand: #0afad3;
/* SwiftUI */
Color(red: 0.039, green: 0.980, blue: 0.827)
/* Android */
Color.parseColor("#0afad3")Accessibility — WCAG contrast
Aa
#0afad3 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0afad3 on black: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green98.0%
Blue82.7%
CMYK percentages
Cyan96.0%
Magenta0.0%
Yellow15.6%
Key (black)2.0%
Color previews
#0afad3 text on a black background
contrast 15.63:1
Card sample
#0afad3 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0afad3;
Background color
Panel with #0afad3 background
background-color: #0afad3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0afad3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 250, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 250, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0afad3; background: linear-gradient(135deg, #0afad3, #0A81FA);