#0101eb
a balanced, electric blue · warm · closest name: blue
RGB
1, 1, 235
HSL
240°, 99%, 46%
CMYK
100, 100, 0, 8
Luminance
0.0603
Every format
| HEX | #0101eb |
| RGB | rgb(1, 1, 235) |
| HSL | hsl(240, 99%, 46%) |
| CMYK | cmyk(100%, 100%, 0%, 8%) |
| LAB | lab(29.5 74.3 -101.3) |
| LCH | lch(29.5 125.6 306.3) |
| OKLCH | oklch(0.425 0.294 264.1) |
Copy-ready code
/* CSS */
color: #0101eb;
background-color: #0101eb;
/* Tailwind (arbitrary) */
class="text-[#0101eb] bg-[#0101eb]"
/* SCSS */
$brand: #0101eb;
/* SwiftUI */
Color(red: 0.004, green: 0.004, blue: 0.922)
/* Android */
Color.parseColor("#0101eb")Accessibility — WCAG contrast
Aa
#0101eb on white: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0101eb on black: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green0.4%
Blue92.2%
CMYK percentages
Cyan99.6%
Magenta99.6%
Yellow0.0%
Key (black)7.8%
Color previews
#0101eb text on a black background
contrast 2.21:1
Card sample
#0101eb text on a white background
contrast 9.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0101eb;
Background color
Panel with #0101eb background
background-color: #0101eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0101eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 1, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 1, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0101eb; background: linear-gradient(135deg, #0101eb, #9D01EB);