#001cfa
a balanced, electric blue · warm · closest name: blue
RGB
0, 28, 250
HSL
233°, 100%, 49%
CMYK
100, 89, 0, 2
Luminance
0.0773
Every format
| HEX | #001cfa |
| RGB | rgb(0, 28, 250) |
| HSL | hsl(233, 100%, 49%) |
| CMYK | cmyk(100%, 89%, 0%, 2%) |
| LAB | lab(33.4 72.3 -103.2) |
| LCH | lch(33.4 126.0 305.0) |
| OKLCH | oklch(0.458 0.300 264.2) |
Copy-ready code
/* CSS */
color: #001cfa;
background-color: #001cfa;
/* Tailwind (arbitrary) */
class="text-[#001cfa] bg-[#001cfa]"
/* SCSS */
$brand: #001cfa;
/* SwiftUI */
Color(red: 0.000, green: 0.110, blue: 0.980)
/* Android */
Color.parseColor("#001cfa")Accessibility — WCAG contrast
Aa
#001cfa on white: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#001cfa on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green11.0%
Blue98.0%
CMYK percentages
Cyan100.0%
Magenta88.8%
Yellow0.0%
Key (black)2.0%
Color previews
#001cfa text on a black background
contrast 2.55:1
Card sample
#001cfa text on a white background
contrast 8.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #001cfa;
Background color
Panel with #001cfa background
background-color: #001cfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #001cfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 28, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 28, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #001cfa; background: linear-gradient(135deg, #001cfa, #8B00FA);