#0c1c5f
a deep, electric blue · warm · closest name: midnightblue
RGB
12, 28, 95
HSL
228°, 78%, 21%
CMYK
87, 71, 0, 63
Luminance
0.0173
Every format
| HEX | #0c1c5f |
| RGB | rgb(12, 28, 95) |
| HSL | hsl(228, 78%, 21%) |
| CMYK | cmyk(87%, 71%, 0%, 63%) |
| LAB | lab(14.0 21.8 -41.4) |
| LCH | lch(14.0 46.8 297.8) |
| OKLCH | oklch(0.267 0.120 266.8) |
Copy-ready code
/* CSS */
color: #0c1c5f;
background-color: #0c1c5f;
/* Tailwind (arbitrary) */
class="text-[#0c1c5f] bg-[#0c1c5f]"
/* SCSS */
$brand: #0c1c5f;
/* SwiftUI */
Color(red: 0.047, green: 0.110, blue: 0.373)
/* Android */
Color.parseColor("#0c1c5f")Accessibility — WCAG contrast
Aa
#0c1c5f on white: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c1c5f on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green11.0%
Blue37.3%
CMYK percentages
Cyan87.4%
Magenta70.5%
Yellow0.0%
Key (black)62.7%
Color previews
#0c1c5f text on a black background
contrast 1.35:1
Card sample
#0c1c5f text on a white background
contrast 15.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c1c5f;
Background color
Panel with #0c1c5f background
background-color: #0c1c5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c1c5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 28, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 28, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c1c5f; background: linear-gradient(135deg, #0c1c5f, #330C5F);