#0141ac
a dark, electric blue · cool · closest name: royalblue
RGB
1, 65, 172
HSL
218°, 99%, 34%
CMYK
99, 62, 0, 33
Luminance
0.0677
Every format
| HEX | #0141ac |
| RGB | rgb(1, 65, 172) |
| HSL | hsl(218, 99%, 34%) |
| CMYK | cmyk(99%, 62%, 0%, 33%) |
| LAB | lab(31.3 27.1 -61.5) |
| LCH | lch(31.3 67.2 293.7) |
| OKLCH | oklch(0.417 0.181 261.1) |
Copy-ready code
/* CSS */
color: #0141ac;
background-color: #0141ac;
/* Tailwind (arbitrary) */
class="text-[#0141ac] bg-[#0141ac]"
/* SCSS */
$brand: #0141ac;
/* SwiftUI */
Color(red: 0.004, green: 0.255, blue: 0.675)
/* Android */
Color.parseColor("#0141ac")Accessibility — WCAG contrast
Aa
#0141ac on white: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0141ac on black: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green25.5%
Blue67.5%
CMYK percentages
Cyan99.4%
Magenta62.2%
Yellow0.0%
Key (black)32.5%
Color previews
#0141ac text on a black background
contrast 2.35:1
Card sample
#0141ac text on a white background
contrast 8.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0141ac;
Background color
Panel with #0141ac background
background-color: #0141ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0141ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 65, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 65, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0141ac; background: linear-gradient(135deg, #0141ac, #3301AC);