#0c0147
a deep, electric blue · warm · closest name: midnightblue
RGB
12, 1, 71
HSL
249°, 97%, 14%
CMYK
83, 99, 0, 72
Luminance
0.0055
Every format
| HEX | #0c0147 |
| RGB | rgb(12, 1, 71) |
| HSL | hsl(249, 97%, 14%) |
| CMYK | cmyk(83%, 99%, 0%, 72%) |
| LAB | lab(5.0 29.0 -39.9) |
| LCH | lch(5.0 49.3 306.0) |
| OKLCH | oklch(0.192 0.118 274.9) |
Copy-ready code
/* CSS */
color: #0c0147;
background-color: #0c0147;
/* Tailwind (arbitrary) */
class="text-[#0c0147] bg-[#0c0147]"
/* SCSS */
$brand: #0c0147;
/* SwiftUI */
Color(red: 0.047, green: 0.004, blue: 0.278)
/* Android */
Color.parseColor("#0c0147")Accessibility — WCAG contrast
Aa
#0c0147 on white: 18.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c0147 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green0.4%
Blue27.8%
CMYK percentages
Cyan83.1%
Magenta98.6%
Yellow0.0%
Key (black)72.2%
Color previews
#0c0147 text on a black background
contrast 1.11:1
Card sample
#0c0147 text on a white background
contrast 18.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c0147;
Background color
Panel with #0c0147 background
background-color: #0c0147;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c0147;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 1, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 1, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c0147; background: linear-gradient(135deg, #0c0147, #3B0147);