#0c5d98
a dark, electric blue · cool · closest name: steelblue
RGB
12, 93, 152
HSL
205°, 85%, 32%
CMYK
92, 39, 0, 40
Luminance
0.1017
Every format
| HEX | #0c5d98 |
| RGB | rgb(12, 93, 152) |
| HSL | hsl(205, 85%, 32%) |
| CMYK | cmyk(92%, 39%, 0%, 40%) |
| LAB | lab(38.1 0.5 -38.4) |
| LCH | lch(38.1 38.4 270.7) |
| OKLCH | oklch(0.466 0.119 247.6) |
Copy-ready code
/* CSS */
color: #0c5d98;
background-color: #0c5d98;
/* Tailwind (arbitrary) */
class="text-[#0c5d98] bg-[#0c5d98]"
/* SCSS */
$brand: #0c5d98;
/* SwiftUI */
Color(red: 0.047, green: 0.365, blue: 0.596)
/* Android */
Color.parseColor("#0c5d98")Accessibility — WCAG contrast
Aa
#0c5d98 on white: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0c5d98 on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green36.5%
Blue59.6%
CMYK percentages
Cyan92.1%
Magenta38.8%
Yellow0.0%
Key (black)40.4%
Color previews
#0c5d98 text on a black background
contrast 3.03:1
Card sample
#0c5d98 text on a white background
contrast 6.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c5d98;
Background color
Panel with #0c5d98 background
background-color: #0c5d98;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c5d98;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 93, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 93, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c5d98; background: linear-gradient(135deg, #0c5d98, #180C98);