#0c496e
a deep, electric blue · cool · closest name: steelblue
RGB
12, 73, 110
HSL
203°, 80%, 24%
CMYK
89, 34, 0, 57
Luminance
0.0597
Every format
| HEX | #0c496e |
| RGB | rgb(12, 73, 110) |
| HSL | hsl(203, 80%, 24%) |
| CMYK | cmyk(89%, 34%, 0%, 57%) |
| LAB | lab(29.3 -3.8 -26.5) |
| LCH | lch(29.3 26.8 261.8) |
| OKLCH | oklch(0.389 0.085 241.9) |
Copy-ready code
/* CSS */
color: #0c496e;
background-color: #0c496e;
/* Tailwind (arbitrary) */
class="text-[#0c496e] bg-[#0c496e]"
/* SCSS */
$brand: #0c496e;
/* SwiftUI */
Color(red: 0.047, green: 0.286, blue: 0.431)
/* Android */
Color.parseColor("#0c496e")Accessibility — WCAG contrast
Aa
#0c496e on white: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c496e on black: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green28.6%
Blue43.1%
CMYK percentages
Cyan89.1%
Magenta33.6%
Yellow0.0%
Key (black)56.9%
Color previews
#0c496e text on a black background
contrast 2.19:1
Card sample
#0c496e text on a white background
contrast 9.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c496e;
Background color
Panel with #0c496e background
background-color: #0c496e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c496e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 73, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 73, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c496e; background: linear-gradient(135deg, #0c496e, #100C6E);