#0c3192
a dark, electric blue · cool · closest name: midnightblue
RGB
12, 49, 146
HSL
223°, 85%, 31%
CMYK
92, 66, 0, 43
Luminance
0.0435
Every format
| HEX | #0c3192 |
| RGB | rgb(12, 49, 146) |
| HSL | hsl(223, 85%, 31%) |
| CMYK | cmyk(92%, 66%, 0%, 43%) |
| LAB | lab(24.8 28.0 -56.4) |
| LCH | lch(24.8 62.9 296.4) |
| OKLCH | oklch(0.362 0.164 263.8) |
Copy-ready code
/* CSS */
color: #0c3192;
background-color: #0c3192;
/* Tailwind (arbitrary) */
class="text-[#0c3192] bg-[#0c3192]"
/* SCSS */
$brand: #0c3192;
/* SwiftUI */
Color(red: 0.047, green: 0.192, blue: 0.573)
/* Android */
Color.parseColor("#0c3192")Accessibility — WCAG contrast
Aa
#0c3192 on white: 11.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c3192 on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green19.2%
Blue57.3%
CMYK percentages
Cyan91.8%
Magenta66.4%
Yellow0.0%
Key (black)42.7%
Color previews
#0c3192 text on a black background
contrast 1.87:1
Card sample
#0c3192 text on a white background
contrast 11.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c3192;
Background color
Panel with #0c3192 background
background-color: #0c3192;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c3192;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 49, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 49, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c3192; background: linear-gradient(135deg, #0c3192, #400C92);