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