#0010ac
a dark, electric blue · warm · closest name: navy
RGB
0, 16, 172
HSL
234°, 100%, 34%
CMYK
100, 91, 0, 33
Luminance
0.0335
Every format
| HEX | #0010ac |
| RGB | rgb(0, 16, 172) |
| HSL | hsl(234, 100%, 34%) |
| CMYK | cmyk(100%, 91%, 0%, 33%) |
| LAB | lab(21.4 54.5 -77.9) |
| LCH | lch(21.4 95.1 305.0) |
| OKLCH | oklch(0.346 0.227 264.2) |
Copy-ready code
/* CSS */
color: #0010ac;
background-color: #0010ac;
/* Tailwind (arbitrary) */
class="text-[#0010ac] bg-[#0010ac]"
/* SCSS */
$brand: #0010ac;
/* SwiftUI */
Color(red: 0.000, green: 0.063, blue: 0.675)
/* Android */
Color.parseColor("#0010ac")Accessibility — WCAG contrast
Aa
#0010ac on white: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0010ac on black: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green6.3%
Blue67.5%
CMYK percentages
Cyan100.0%
Magenta90.7%
Yellow0.0%
Key (black)32.5%
Color previews
#0010ac text on a black background
contrast 1.67:1
Card sample
#0010ac text on a white background
contrast 12.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0010ac;
Background color
Panel with #0010ac background
background-color: #0010ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0010ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 16, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 16, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0010ac; background: linear-gradient(135deg, #0010ac, #6300AC);