#0002eb
a balanced, electric blue · warm · closest name: blue
RGB
0, 2, 235
HSL
240°, 100%, 46%
CMYK
100, 99, 0, 8
Luminance
0.0604
Every format
| HEX | #0002eb |
| RGB | rgb(0, 2, 235) |
| HSL | hsl(240, 100%, 46%) |
| CMYK | cmyk(100%, 99%, 0%, 8%) |
| LAB | lab(29.5 74.1 -101.2) |
| LCH | lch(29.5 125.4 306.2) |
| OKLCH | oklch(0.426 0.294 264.1) |
Copy-ready code
/* CSS */
color: #0002eb;
background-color: #0002eb;
/* Tailwind (arbitrary) */
class="text-[#0002eb] bg-[#0002eb]"
/* SCSS */
$brand: #0002eb;
/* SwiftUI */
Color(red: 0.000, green: 0.008, blue: 0.922)
/* Android */
Color.parseColor("#0002eb")Accessibility — WCAG contrast
Aa
#0002eb on white: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0002eb on black: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green0.8%
Blue92.2%
CMYK percentages
Cyan100.0%
Magenta99.1%
Yellow0.0%
Key (black)7.8%
Color previews
#0002eb text on a black background
contrast 2.21:1
Card sample
#0002eb text on a white background
contrast 9.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0002eb;
Background color
Panel with #0002eb background
background-color: #0002eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0002eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 2, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 2, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0002eb; background: linear-gradient(135deg, #0002eb, #9B00EB);