#0c062b
a deep, electric blue · warm · closest name: black
RGB
12, 6, 43
HSL
250°, 76%, 10%
CMYK
72, 86, 0, 83
Luminance
0.0038
Every format
| HEX | #0c062b |
| RGB | rgb(12, 6, 43) |
| HSL | hsl(250, 76%, 10%) |
| CMYK | cmyk(72%, 86%, 0%, 83%) |
| LAB | lab(3.5 11.8 -21.9) |
| LCH | lch(3.5 24.9 298.3) |
| OKLCH | oklch(0.164 0.072 283.2) |
Copy-ready code
/* CSS */
color: #0c062b;
background-color: #0c062b;
/* Tailwind (arbitrary) */
class="text-[#0c062b] bg-[#0c062b]"
/* SCSS */
$brand: #0c062b;
/* SwiftUI */
Color(red: 0.047, green: 0.024, blue: 0.169)
/* Android */
Color.parseColor("#0c062b")Accessibility — WCAG contrast
Aa
#0c062b on white: 19.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c062b on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green2.4%
Blue16.9%
CMYK percentages
Cyan72.1%
Magenta86.0%
Yellow0.0%
Key (black)83.1%
Color previews
#0c062b text on a black background
contrast 1.08:1
Card sample
#0c062b text on a white background
contrast 19.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c062b;
Background color
Panel with #0c062b background
background-color: #0c062b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c062b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 6, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 6, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c062b; background: linear-gradient(135deg, #0c062b, #25062B);