#0f89af
a dark, electric cyan · cool · closest name: steelblue
RGB
15, 137, 175
HSL
194°, 84%, 37%
CMYK
91, 22, 0, 31
Luminance
0.2109
Every format
| HEX | #0f89af |
| RGB | rgb(15, 137, 175) |
| HSL | hsl(194, 84%, 37%) |
| CMYK | cmyk(91%, 22%, 0%, 31%) |
| LAB | lab(53.0 -16.6 -28.5) |
| LCH | lch(53.0 33.0 239.8) |
| OKLCH | oklch(0.588 0.110 226.7) |
Copy-ready code
/* CSS */
color: #0f89af;
background-color: #0f89af;
/* Tailwind (arbitrary) */
class="text-[#0f89af] bg-[#0f89af]"
/* SCSS */
$brand: #0f89af;
/* SwiftUI */
Color(red: 0.059, green: 0.537, blue: 0.686)
/* Android */
Color.parseColor("#0f89af")Accessibility — WCAG contrast
Aa
#0f89af on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0f89af on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green53.7%
Blue68.6%
CMYK percentages
Cyan91.4%
Magenta21.7%
Yellow0.0%
Key (black)31.4%
Color previews
#0f89af text on a black background
contrast 5.22:1
Card sample
#0f89af text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f89af;
Background color
Panel with #0f89af background
background-color: #0f89af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f89af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 137, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 137, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f89af; background: linear-gradient(135deg, #0f89af, #0F1EAF);