#0014b3
a dark, electric blue · warm · closest name: navy
RGB
0, 20, 179
HSL
233°, 100%, 35%
CMYK
100, 89, 0, 30
Luminance
0.0375
Every format
| HEX | #0014b3 |
| RGB | rgb(0, 20, 179) |
| HSL | hsl(233, 100%, 35%) |
| CMYK | cmyk(100%, 89%, 0%, 30%) |
| LAB | lab(22.8 55.2 -79.7) |
| LCH | lch(22.8 96.9 304.7) |
| OKLCH | oklch(0.359 0.232 264.2) |
Copy-ready code
/* CSS */
color: #0014b3;
background-color: #0014b3;
/* Tailwind (arbitrary) */
class="text-[#0014b3] bg-[#0014b3]"
/* SCSS */
$brand: #0014b3;
/* SwiftUI */
Color(red: 0.000, green: 0.078, blue: 0.702)
/* Android */
Color.parseColor("#0014b3")Accessibility — WCAG contrast
Aa
#0014b3 on white: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0014b3 on black: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green7.8%
Blue70.2%
CMYK percentages
Cyan100.0%
Magenta88.8%
Yellow0.0%
Key (black)29.8%
Color previews
#0014b3 text on a black background
contrast 1.75:1
Card sample
#0014b3 text on a white background
contrast 11.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0014b3;
Background color
Panel with #0014b3 background
background-color: #0014b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0014b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 20, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 20, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0014b3; background: linear-gradient(135deg, #0014b3, #6300B3);