#002fe4
a dark, electric blue · warm · closest name: blue
RGB
0, 47, 228
HSL
228°, 100%, 45%
CMYK
100, 79, 0, 11
Luminance
0.0763
Every format
| HEX | #002fe4 |
| RGB | rgb(0, 47, 228) |
| HSL | hsl(228, 100%, 45%) |
| CMYK | cmyk(100%, 79%, 0%, 11%) |
| LAB | lab(33.2 58.2 -91.1) |
| LCH | lch(33.2 108.1 302.6) |
| OKLCH | oklch(0.449 0.266 264.1) |
Copy-ready code
/* CSS */
color: #002fe4;
background-color: #002fe4;
/* Tailwind (arbitrary) */
class="text-[#002fe4] bg-[#002fe4]"
/* SCSS */
$brand: #002fe4;
/* SwiftUI */
Color(red: 0.000, green: 0.184, blue: 0.894)
/* Android */
Color.parseColor("#002fe4")Accessibility — WCAG contrast
Aa
#002fe4 on white: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#002fe4 on black: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green18.4%
Blue89.4%
CMYK percentages
Cyan100.0%
Magenta79.4%
Yellow0.0%
Key (black)10.6%
Color previews
#002fe4 text on a black background
contrast 2.53:1
Card sample
#002fe4 text on a white background
contrast 8.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #002fe4;
Background color
Panel with #002fe4 background
background-color: #002fe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #002fe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 47, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 47, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #002fe4; background: linear-gradient(135deg, #002fe4, #6900E4);