#0098ac
a dark, electric cyan · cool · closest name: teal
RGB
0, 152, 172
HSL
187°, 100%, 34%
CMYK
100, 12, 0, 33
Luminance
0.2544
Every format
| HEX | #0098ac |
| RGB | rgb(0, 152, 172) |
| HSL | hsl(187, 100%, 34%) |
| CMYK | cmyk(100%, 12%, 0%, 33%) |
| LAB | lab(57.5 -26.1 -20.0) |
| LCH | lch(57.5 32.9 217.4) |
| OKLCH | oklch(0.623 0.108 211.0) |
Copy-ready code
/* CSS */
color: #0098ac;
background-color: #0098ac;
/* Tailwind (arbitrary) */
class="text-[#0098ac] bg-[#0098ac]"
/* SCSS */
$brand: #0098ac;
/* SwiftUI */
Color(red: 0.000, green: 0.596, blue: 0.675)
/* Android */
Color.parseColor("#0098ac")Accessibility — WCAG contrast
Aa
#0098ac on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0098ac on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green59.6%
Blue67.5%
CMYK percentages
Cyan100.0%
Magenta11.6%
Yellow0.0%
Key (black)32.5%
Color previews
#0098ac text on a black background
contrast 6.09:1
Card sample
#0098ac text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0098ac;
Background color
Panel with #0098ac background
background-color: #0098ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0098ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 152, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 152, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0098ac; background: linear-gradient(135deg, #0098ac, #0025AC);