#0c2bab
a dark, electric blue · warm · closest name: navy
RGB
12, 43, 171
HSL
228°, 87%, 36%
CMYK
93, 75, 0, 33
Luminance
0.0475
Every format
| HEX | #0c2bab |
| RGB | rgb(12, 43, 171) |
| HSL | hsl(228, 87%, 36%) |
| CMYK | cmyk(93%, 75%, 0%, 33%) |
| LAB | lab(26.0 41.4 -69.6) |
| LCH | lch(26.0 81.0 300.7) |
| OKLCH | oklch(0.379 0.203 265.1) |
Copy-ready code
/* CSS */
color: #0c2bab;
background-color: #0c2bab;
/* Tailwind (arbitrary) */
class="text-[#0c2bab] bg-[#0c2bab]"
/* SCSS */
$brand: #0c2bab;
/* SwiftUI */
Color(red: 0.047, green: 0.169, blue: 0.671)
/* Android */
Color.parseColor("#0c2bab")Accessibility — WCAG contrast
Aa
#0c2bab on white: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c2bab on black: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green16.9%
Blue67.1%
CMYK percentages
Cyan93.0%
Magenta74.9%
Yellow0.0%
Key (black)32.9%
Color previews
#0c2bab text on a black background
contrast 1.95:1
Card sample
#0c2bab text on a white background
contrast 10.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c2bab;
Background color
Panel with #0c2bab background
background-color: #0c2bab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c2bab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 43, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 43, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c2bab; background: linear-gradient(135deg, #0c2bab, #570CAB);