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