#0a98ac
a dark, electric cyan · cool · closest name: teal
RGB
10, 152, 172
HSL
187°, 89%, 36%
CMYK
94, 12, 0, 33
Luminance
0.2550
Every format
| HEX | #0a98ac |
| RGB | rgb(10, 152, 172) |
| HSL | hsl(187, 89%, 36%) |
| CMYK | cmyk(94%, 12%, 0%, 33%) |
| LAB | lab(57.6 -25.8 -19.9) |
| LCH | lch(57.6 32.5 217.6) |
| OKLCH | oklch(0.624 0.107 211.3) |
Copy-ready code
/* CSS */
color: #0a98ac;
background-color: #0a98ac;
/* Tailwind (arbitrary) */
class="text-[#0a98ac] bg-[#0a98ac]"
/* SCSS */
$brand: #0a98ac;
/* SwiftUI */
Color(red: 0.039, green: 0.596, blue: 0.675)
/* Android */
Color.parseColor("#0a98ac")Accessibility — WCAG contrast
Aa
#0a98ac on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0a98ac on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green59.6%
Blue67.5%
CMYK percentages
Cyan94.2%
Magenta11.6%
Yellow0.0%
Key (black)32.5%
Color previews
#0a98ac text on a black background
contrast 6.10:1
Card sample
#0a98ac text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0a98ac;
Background color
Panel with #0a98ac background
background-color: #0a98ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0a98ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 152, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 152, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a98ac; background: linear-gradient(135deg, #0a98ac, #0A2CAC);