#0010ce
a dark, electric blue · warm · closest name: blue
RGB
0, 16, 206
HSL
235°, 100%, 40%
CMYK
100, 92, 0, 19
Luminance
0.0483
Every format
| HEX | #0010ce |
| RGB | rgb(0, 16, 206) |
| HSL | hsl(235, 100%, 40%) |
| CMYK | cmyk(100%, 92%, 0%, 19%) |
| LAB | lab(26.2 64.0 -90.0) |
| LCH | lch(26.2 110.4 305.4) |
| OKLCH | oklch(0.392 0.262 264.2) |
Copy-ready code
/* CSS */
color: #0010ce;
background-color: #0010ce;
/* Tailwind (arbitrary) */
class="text-[#0010ce] bg-[#0010ce]"
/* SCSS */
$brand: #0010ce;
/* SwiftUI */
Color(red: 0.000, green: 0.063, blue: 0.808)
/* Android */
Color.parseColor("#0010ce")Accessibility — WCAG contrast
Aa
#0010ce on white: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0010ce on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green6.3%
Blue80.8%
CMYK percentages
Cyan100.0%
Magenta92.2%
Yellow0.0%
Key (black)19.2%
Color previews
#0010ce text on a black background
contrast 1.97:1
Card sample
#0010ce text on a white background
contrast 10.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0010ce;
Background color
Panel with #0010ce background
background-color: #0010ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0010ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 16, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 16, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0010ce; background: linear-gradient(135deg, #0010ce, #7900CE);