#001af8
a balanced, electric blue · warm · closest name: blue
RGB
0, 26, 248
HSL
234°, 100%, 49%
CMYK
100, 90, 0, 3
Luminance
0.0752
Every format
| HEX | #001af8 |
| RGB | rgb(0, 26, 248) |
| HSL | hsl(234, 100%, 49%) |
| CMYK | cmyk(100%, 90%, 0%, 3%) |
| LAB | lab(33.0 72.4 -102.8) |
| LCH | lch(33.0 125.8 305.2) |
| OKLCH | oklch(0.454 0.299 264.2) |
Copy-ready code
/* CSS */
color: #001af8;
background-color: #001af8;
/* Tailwind (arbitrary) */
class="text-[#001af8] bg-[#001af8]"
/* SCSS */
$brand: #001af8;
/* SwiftUI */
Color(red: 0.000, green: 0.102, blue: 0.973)
/* Android */
Color.parseColor("#001af8")Accessibility — WCAG contrast
Aa
#001af8 on white: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#001af8 on black: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green10.2%
Blue97.3%
CMYK percentages
Cyan100.0%
Magenta89.5%
Yellow0.0%
Key (black)2.7%
Color previews
#001af8 text on a black background
contrast 2.50:1
Card sample
#001af8 text on a white background
contrast 8.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #001af8;
Background color
Panel with #001af8 background
background-color: #001af8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #001af8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 26, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 26, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #001af8; background: linear-gradient(135deg, #001af8, #8B00F8);