#000c52
a deep, electric blue · warm · closest name: midnightblue
RGB
0, 12, 82
HSL
231°, 100%, 16%
CMYK
100, 85, 0, 68
Luminance
0.0087
Every format
| HEX | #000c52 |
| RGB | rgb(0, 12, 82) |
| HSL | hsl(231, 100%, 16%) |
| CMYK | cmyk(100%, 85%, 0%, 68%) |
| LAB | lab(7.9 26.6 -42.8) |
| LCH | lch(7.9 50.4 301.9) |
| OKLCH | oklch(0.217 0.125 264.0) |
Copy-ready code
/* CSS */
color: #000c52;
background-color: #000c52;
/* Tailwind (arbitrary) */
class="text-[#000c52] bg-[#000c52]"
/* SCSS */
$brand: #000c52;
/* SwiftUI */
Color(red: 0.000, green: 0.047, blue: 0.322)
/* Android */
Color.parseColor("#000c52")Accessibility — WCAG contrast
Aa
#000c52 on white: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#000c52 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green4.7%
Blue32.2%
CMYK percentages
Cyan100.0%
Magenta85.4%
Yellow0.0%
Key (black)67.8%
Color previews
#000c52 text on a black background
contrast 1.17:1
Card sample
#000c52 text on a white background
contrast 17.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #000c52;
Background color
Panel with #000c52 background
background-color: #000c52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #000c52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 12, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 12, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #000c52; background: linear-gradient(135deg, #000c52, #2B0052);