#000c81
a dark, electric blue · warm · closest name: navy
RGB
0, 12, 129
HSL
234°, 100%, 25%
CMYK
100, 91, 0, 49
Luminance
0.0185
Every format
| HEX | #000c81 |
| RGB | rgb(0, 12, 129) |
| HSL | hsl(234, 100%, 25%) |
| CMYK | cmyk(100%, 91%, 0%, 49%) |
| LAB | lab(14.7 43.1 -62.5) |
| LCH | lch(14.7 75.9 304.6) |
| OKLCH | oklch(0.283 0.182 264.2) |
Copy-ready code
/* CSS */
color: #000c81;
background-color: #000c81;
/* Tailwind (arbitrary) */
class="text-[#000c81] bg-[#000c81]"
/* SCSS */
$brand: #000c81;
/* SwiftUI */
Color(red: 0.000, green: 0.047, blue: 0.506)
/* Android */
Color.parseColor("#000c81")Accessibility — WCAG contrast
Aa
#000c81 on white: 15.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#000c81 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green4.7%
Blue50.6%
CMYK percentages
Cyan100.0%
Magenta90.7%
Yellow0.0%
Key (black)49.4%
Color previews
#000c81 text on a black background
contrast 1.37:1
Card sample
#000c81 text on a white background
contrast 15.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #000c81;
Background color
Panel with #000c81 background
background-color: #000c81;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #000c81;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 12, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 12, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #000c81; background: linear-gradient(135deg, #000c81, #4A0081);