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