#0c01a5
a dark, electric blue · warm · closest name: navy
RGB
12, 1, 165
HSL
244°, 99%, 33%
CMYK
93, 99, 0, 35
Luminance
0.0282
Every format
| HEX | #0c01a5 |
| RGB | rgb(12, 1, 165) |
| HSL | hsl(244, 99%, 33%) |
| CMYK | cmyk(93%, 99%, 0%, 35%) |
| LAB | lab(19.3 57.0 -77.2) |
| LCH | lch(19.3 95.9 306.5) |
| OKLCH | oklch(0.330 0.223 266.1) |
Copy-ready code
/* CSS */
color: #0c01a5;
background-color: #0c01a5;
/* Tailwind (arbitrary) */
class="text-[#0c01a5] bg-[#0c01a5]"
/* SCSS */
$brand: #0c01a5;
/* SwiftUI */
Color(red: 0.047, green: 0.004, blue: 0.647)
/* Android */
Color.parseColor("#0c01a5")Accessibility — WCAG contrast
Aa
#0c01a5 on white: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c01a5 on black: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green0.4%
Blue64.7%
CMYK percentages
Cyan92.7%
Magenta99.4%
Yellow0.0%
Key (black)35.3%
Color previews
#0c01a5 text on a black background
contrast 1.56:1
Card sample
#0c01a5 text on a white background
contrast 13.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c01a5;
Background color
Panel with #0c01a5 background
background-color: #0c01a5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c01a5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 1, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 1, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c01a5; background: linear-gradient(135deg, #0c01a5, #7901A5);