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