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