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