#0c01ba
a dark, electric blue · warm · closest name: navy
RGB
12, 1, 186
HSL
244°, 99%, 37%
CMYK
94, 100, 0, 27
Luminance
0.0365
Every format
| HEX | #0c01ba |
| RGB | rgb(12, 1, 186) |
| HSL | hsl(244, 99%, 37%) |
| CMYK | cmyk(94%, 100%, 0%, 27%) |
| LAB | lab(22.5 62.3 -84.5) |
| LCH | lch(22.5 105.0 306.4) |
| OKLCH | oklch(0.360 0.245 265.7) |
Copy-ready code
/* CSS */
color: #0c01ba;
background-color: #0c01ba;
/* Tailwind (arbitrary) */
class="text-[#0c01ba] bg-[#0c01ba]"
/* SCSS */
$brand: #0c01ba;
/* SwiftUI */
Color(red: 0.047, green: 0.004, blue: 0.729)
/* Android */
Color.parseColor("#0c01ba")Accessibility — WCAG contrast
Aa
#0c01ba on white: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c01ba on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green0.4%
Blue72.9%
CMYK percentages
Cyan93.5%
Magenta99.5%
Yellow0.0%
Key (black)27.1%
Color previews
#0c01ba text on a black background
contrast 1.73:1
Card sample
#0c01ba text on a white background
contrast 12.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c01ba;
Background color
Panel with #0c01ba background
background-color: #0c01ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c01ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 1, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 1, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c01ba; background: linear-gradient(135deg, #0c01ba, #8801BA);