#002dfb
a balanced, electric blue · warm · closest name: blue
RGB
0, 45, 251
HSL
229°, 100%, 49%
CMYK
100, 82, 0, 2
Luminance
0.0884
Every format
| HEX | #002dfb |
| RGB | rgb(0, 45, 251) |
| HSL | hsl(229, 100%, 49%) |
| CMYK | cmyk(100%, 82%, 0%, 2%) |
| LAB | lab(35.7 66.2 -100.0) |
| LCH | lch(35.7 119.9 303.5) |
| OKLCH | oklch(0.474 0.291 264.2) |
Copy-ready code
/* CSS */
color: #002dfb;
background-color: #002dfb;
/* Tailwind (arbitrary) */
class="text-[#002dfb] bg-[#002dfb]"
/* SCSS */
$brand: #002dfb;
/* SwiftUI */
Color(red: 0.000, green: 0.176, blue: 0.984)
/* Android */
Color.parseColor("#002dfb")Accessibility — WCAG contrast
Aa
#002dfb on white: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#002dfb on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green17.6%
Blue98.4%
CMYK percentages
Cyan100.0%
Magenta82.1%
Yellow0.0%
Key (black)1.6%
Color previews
#002dfb text on a black background
contrast 2.77:1
Card sample
#002dfb text on a white background
contrast 7.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #002dfb;
Background color
Panel with #002dfb background
background-color: #002dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #002dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 45, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 45, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #002dfb; background: linear-gradient(135deg, #002dfb, #7A00FB);