#0d7f98
a dark, electric cyan · cool · closest name: teal
RGB
13, 127, 152
HSL
191°, 84%, 32%
CMYK
91, 16, 0, 40
Luminance
0.1753
Every format
| HEX | #0d7f98 |
| RGB | rgb(13, 127, 152) |
| HSL | hsl(191, 84%, 32%) |
| CMYK | cmyk(91%, 16%, 0%, 40%) |
| LAB | lab(48.9 -19.5 -21.6) |
| LCH | lch(48.9 29.1 227.9) |
| OKLCH | oklch(0.552 0.097 218.6) |
Copy-ready code
/* CSS */
color: #0d7f98;
background-color: #0d7f98;
/* Tailwind (arbitrary) */
class="text-[#0d7f98] bg-[#0d7f98]"
/* SCSS */
$brand: #0d7f98;
/* SwiftUI */
Color(red: 0.051, green: 0.498, blue: 0.596)
/* Android */
Color.parseColor("#0d7f98")Accessibility — WCAG contrast
Aa
#0d7f98 on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0d7f98 on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green49.8%
Blue59.6%
CMYK percentages
Cyan91.4%
Magenta16.4%
Yellow0.0%
Key (black)40.4%
Color previews
#0d7f98 text on a black background
contrast 4.51:1
Card sample
#0d7f98 text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0d7f98;
Background color
Panel with #0d7f98 background
background-color: #0d7f98;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0d7f98;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 127, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 127, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0d7f98; background: linear-gradient(135deg, #0d7f98, #0D2298);