#0a9dae
a dark, electric cyan · cool · closest name: teal
RGB
10, 157, 174
HSL
186°, 89%, 36%
CMYK
94, 10, 0, 32
Luminance
0.2723
Every format
| HEX | #0a9dae |
| RGB | rgb(10, 157, 174) |
| HSL | hsl(186, 89%, 36%) |
| CMYK | cmyk(94%, 10%, 0%, 32%) |
| LAB | lab(59.2 -27.6 -18.5) |
| LCH | lch(59.2 33.2 213.9) |
| OKLCH | oklch(0.637 0.108 208.5) |
Copy-ready code
/* CSS */
color: #0a9dae;
background-color: #0a9dae;
/* Tailwind (arbitrary) */
class="text-[#0a9dae] bg-[#0a9dae]"
/* SCSS */
$brand: #0a9dae;
/* SwiftUI */
Color(red: 0.039, green: 0.616, blue: 0.682)
/* Android */
Color.parseColor("#0a9dae")Accessibility — WCAG contrast
Aa
#0a9dae on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0a9dae on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green61.6%
Blue68.2%
CMYK percentages
Cyan94.3%
Magenta9.8%
Yellow0.0%
Key (black)31.8%
Color previews
#0a9dae text on a black background
contrast 6.45:1
Card sample
#0a9dae text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0a9dae;
Background color
Panel with #0a9dae background
background-color: #0a9dae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0a9dae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 157, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 157, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a9dae; background: linear-gradient(135deg, #0a9dae, #0A30AE);