#002feb
a balanced, electric blue · warm · closest name: blue
RGB
0, 47, 235
HSL
228°, 100%, 46%
CMYK
100, 80, 0, 8
Luminance
0.0803
Every format
| HEX | #002feb |
| RGB | rgb(0, 47, 235) |
| HSL | hsl(228, 100%, 46%) |
| CMYK | cmyk(100%, 80%, 0%, 8%) |
| LAB | lab(34.0 60.4 -93.7) |
| LCH | lch(34.0 111.4 302.8) |
| OKLCH | oklch(0.457 0.273 264.1) |
Copy-ready code
/* CSS */
color: #002feb;
background-color: #002feb;
/* Tailwind (arbitrary) */
class="text-[#002feb] bg-[#002feb]"
/* SCSS */
$brand: #002feb;
/* SwiftUI */
Color(red: 0.000, green: 0.184, blue: 0.922)
/* Android */
Color.parseColor("#002feb")Accessibility — WCAG contrast
Aa
#002feb on white: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#002feb on black: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green18.4%
Blue92.2%
CMYK percentages
Cyan100.0%
Magenta80.0%
Yellow0.0%
Key (black)7.8%
Color previews
#002feb text on a black background
contrast 2.61:1
Card sample
#002feb text on a white background
contrast 8.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #002feb;
Background color
Panel with #002feb background
background-color: #002feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #002feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 47, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 47, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #002feb; background: linear-gradient(135deg, #002feb, #6E00EB);