#0c063b
a deep, electric blue · warm · closest name: midnightblue
RGB
12, 6, 59
HSL
247°, 82%, 13%
CMYK
80, 90, 0, 77
Luminance
0.0052
Every format
| HEX | #0c063b |
| RGB | rgb(12, 6, 59) |
| HSL | hsl(247, 82%, 13%) |
| CMYK | cmyk(80%, 90%, 0%, 77%) |
| LAB | lab(4.7 20.4 -31.8) |
| LCH | lch(4.7 37.7 302.7) |
| OKLCH | oklch(0.184 0.095 277.0) |
Copy-ready code
/* CSS */
color: #0c063b;
background-color: #0c063b;
/* Tailwind (arbitrary) */
class="text-[#0c063b] bg-[#0c063b]"
/* SCSS */
$brand: #0c063b;
/* SwiftUI */
Color(red: 0.047, green: 0.024, blue: 0.231)
/* Android */
Color.parseColor("#0c063b")Accessibility — WCAG contrast
Aa
#0c063b on white: 19.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c063b on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green2.4%
Blue23.1%
CMYK percentages
Cyan79.7%
Magenta89.8%
Yellow0.0%
Key (black)76.9%
Color previews
#0c063b text on a black background
contrast 1.10:1
Card sample
#0c063b text on a white background
contrast 19.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c063b;
Background color
Panel with #0c063b background
background-color: #0c063b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c063b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 6, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 6, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c063b; background: linear-gradient(135deg, #0c063b, #2F063B);