#0f8cb4
a dark, electric cyan · cool · closest name: steelblue
RGB
15, 140, 180
HSL
195°, 85%, 38%
CMYK
92, 22, 0, 29
Luminance
0.2215
Every format
| HEX | #0f8cb4 |
| RGB | rgb(15, 140, 180) |
| HSL | hsl(195, 85%, 38%) |
| CMYK | cmyk(92%, 22%, 0%, 29%) |
| LAB | lab(54.2 -16.4 -29.6) |
| LCH | lch(54.2 33.9 241.0) |
| OKLCH | oklch(0.598 0.113 227.5) |
Copy-ready code
/* CSS */
color: #0f8cb4;
background-color: #0f8cb4;
/* Tailwind (arbitrary) */
class="text-[#0f8cb4] bg-[#0f8cb4]"
/* SCSS */
$brand: #0f8cb4;
/* SwiftUI */
Color(red: 0.059, green: 0.549, blue: 0.706)
/* Android */
Color.parseColor("#0f8cb4")Accessibility — WCAG contrast
Aa
#0f8cb4 on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0f8cb4 on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green54.9%
Blue70.6%
CMYK percentages
Cyan91.7%
Magenta22.2%
Yellow0.0%
Key (black)29.4%
Color previews
#0f8cb4 text on a black background
contrast 5.43:1
Card sample
#0f8cb4 text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f8cb4;
Background color
Panel with #0f8cb4 background
background-color: #0f8cb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f8cb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 140, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 140, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f8cb4; background: linear-gradient(135deg, #0f8cb4, #0F1EB4);