#0c3e7c
a dark, electric blue · cool · closest name: midnightblue
RGB
12, 62, 124
HSL
213°, 82%, 27%
CMYK
90, 50, 0, 51
Luminance
0.0498
Every format
| HEX | #0c3e7c |
| RGB | rgb(12, 62, 124) |
| HSL | hsl(213, 82%, 27%) |
| CMYK | cmyk(90%, 50%, 0%, 51%) |
| LAB | lab(26.7 9.6 -39.6) |
| LCH | lch(26.7 40.8 283.6) |
| OKLCH | oklch(0.371 0.117 256.7) |
Copy-ready code
/* CSS */
color: #0c3e7c;
background-color: #0c3e7c;
/* Tailwind (arbitrary) */
class="text-[#0c3e7c] bg-[#0c3e7c]"
/* SCSS */
$brand: #0c3e7c;
/* SwiftUI */
Color(red: 0.047, green: 0.243, blue: 0.486)
/* Android */
Color.parseColor("#0c3e7c")Accessibility — WCAG contrast
Aa
#0c3e7c on white: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c3e7c on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green24.3%
Blue48.6%
CMYK percentages
Cyan90.3%
Magenta50.0%
Yellow0.0%
Key (black)51.4%
Color previews
#0c3e7c text on a black background
contrast 2.00:1
Card sample
#0c3e7c text on a white background
contrast 10.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c3e7c;
Background color
Panel with #0c3e7c background
background-color: #0c3e7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c3e7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 62, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 62, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c3e7c; background: linear-gradient(135deg, #0c3e7c, #250C7C);