#1010cd
a dark, electric blue · warm · closest name: blue
RGB
16, 16, 205
HSL
240°, 86%, 43%
CMYK
92, 92, 0, 20
Luminance
0.0489
Every format
| HEX | #1010cd |
| RGB | rgb(16, 16, 205) |
| HSL | hsl(240, 86%, 43%) |
| CMYK | cmyk(92%, 92%, 0%, 20%) |
| LAB | lab(26.4 63.9 -89.1) |
| LCH | lch(26.4 109.6 305.6) |
| OKLCH | oklch(0.394 0.258 265.9) |
Copy-ready code
/* CSS */
color: #1010cd;
background-color: #1010cd;
/* Tailwind (arbitrary) */
class="text-[#1010cd] bg-[#1010cd]"
/* SCSS */
$brand: #1010cd;
/* SwiftUI */
Color(red: 0.063, green: 0.063, blue: 0.804)
/* Android */
Color.parseColor("#1010cd")Accessibility — WCAG contrast
Aa
#1010cd on white: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1010cd on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green6.3%
Blue80.4%
CMYK percentages
Cyan92.2%
Magenta92.2%
Yellow0.0%
Key (black)19.6%
Color previews
#1010cd text on a black background
contrast 1.98:1
Card sample
#1010cd text on a white background
contrast 10.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1010cd;
Background color
Panel with #1010cd background
background-color: #1010cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1010cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 16, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 16, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1010cd; background: linear-gradient(135deg, #1010cd, #8E10CD);