#0010fe
a balanced, electric blue · warm · closest name: blue
RGB
0, 16, 254
HSL
236°, 100%, 50%
CMYK
100, 94, 0, 0
Luminance
0.0753
Every format
| HEX | #0010fe |
| RGB | rgb(0, 16, 254) |
| HSL | hsl(236, 100%, 50%) |
| CMYK | cmyk(100%, 94%, 0%, 0%) |
| LAB | lab(33.0 76.4 -106.2) |
| LCH | lch(33.0 130.8 305.7) |
| OKLCH | oklch(0.456 0.308 264.1) |
Copy-ready code
/* CSS */
color: #0010fe;
background-color: #0010fe;
/* Tailwind (arbitrary) */
class="text-[#0010fe] bg-[#0010fe]"
/* SCSS */
$brand: #0010fe;
/* SwiftUI */
Color(red: 0.000, green: 0.063, blue: 0.996)
/* Android */
Color.parseColor("#0010fe")Accessibility — WCAG contrast
Aa
#0010fe on white: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0010fe on black: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green6.3%
Blue99.6%
CMYK percentages
Cyan100.0%
Magenta93.7%
Yellow0.0%
Key (black)0.4%
Color previews
#0010fe text on a black background
contrast 2.51:1
Card sample
#0010fe text on a white background
contrast 8.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0010fe;
Background color
Panel with #0010fe background
background-color: #0010fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0010fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 16, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 16, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0010fe; background: linear-gradient(135deg, #0010fe, #9900FE);