#0c4792
a dark, electric blue · cool · closest name: midnightblue
RGB
12, 71, 146
HSL
214°, 85%, 31%
CMYK
92, 51, 0, 43
Luminance
0.0666
Every format
| HEX | #0c4792 |
| RGB | rgb(12, 71, 146) |
| HSL | hsl(214, 85%, 31%) |
| CMYK | cmyk(92%, 51%, 0%, 43%) |
| LAB | lab(31.0 12.7 -46.2) |
| LCH | lch(31.0 47.9 285.3) |
| OKLCH | oklch(0.409 0.137 257.4) |
Copy-ready code
/* CSS */
color: #0c4792;
background-color: #0c4792;
/* Tailwind (arbitrary) */
class="text-[#0c4792] bg-[#0c4792]"
/* SCSS */
$brand: #0c4792;
/* SwiftUI */
Color(red: 0.047, green: 0.278, blue: 0.573)
/* Android */
Color.parseColor("#0c4792")Accessibility — WCAG contrast
Aa
#0c4792 on white: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c4792 on black: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green27.8%
Blue57.3%
CMYK percentages
Cyan91.8%
Magenta51.4%
Yellow0.0%
Key (black)42.7%
Color previews
#0c4792 text on a black background
contrast 2.33:1
Card sample
#0c4792 text on a white background
contrast 9.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c4792;
Background color
Panel with #0c4792 background
background-color: #0c4792;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c4792;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 71, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 71, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c4792; background: linear-gradient(135deg, #0c4792, #2A0C92);