#0adead
a balanced, electric cyan · cool · closest name: aquamarine
RGB
10, 222, 173
HSL
166°, 91%, 46%
CMYK
96, 0, 22, 13
Luminance
0.5532
Every format
| HEX | #0adead |
| RGB | rgb(10, 222, 173) |
| HSL | hsl(166, 91%, 46%) |
| CMYK | cmyk(96%, 0%, 22%, 13%) |
| LAB | lab(79.2 -56.3 11.5) |
| LCH | lch(79.2 57.4 168.4) |
| OKLCH | oklch(0.801 0.159 169.3) |
Copy-ready code
/* CSS */
color: #0adead;
background-color: #0adead;
/* Tailwind (arbitrary) */
class="text-[#0adead] bg-[#0adead]"
/* SCSS */
$brand: #0adead;
/* SwiftUI */
Color(red: 0.039, green: 0.871, blue: 0.678)
/* Android */
Color.parseColor("#0adead")Accessibility — WCAG contrast
Aa
#0adead on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0adead on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green87.1%
Blue67.8%
CMYK percentages
Cyan95.5%
Magenta0.0%
Yellow22.1%
Key (black)12.9%
Color previews
#0adead text on a black background
contrast 12.06:1
Card sample
#0adead text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0adead;
Background color
Panel with #0adead background
background-color: #0adead;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0adead;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 222, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 222, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0adead; background: linear-gradient(135deg, #0adead, #0A82DE);