#020ac2
a dark, electric blue · warm · closest name: blue
RGB
2, 10, 194
HSL
238°, 98%, 38%
CMYK
99, 95, 0, 24
Luminance
0.0413
Every format
| HEX | #020ac2 |
| RGB | rgb(2, 10, 194) |
| HSL | hsl(238, 98%, 38%) |
| CMYK | cmyk(99%, 95%, 0%, 24%) |
| LAB | lab(24.1 62.3 -86.5) |
| LCH | lch(24.1 106.6 305.7) |
| OKLCH | oklch(0.373 0.251 264.4) |
Copy-ready code
/* CSS */
color: #020ac2;
background-color: #020ac2;
/* Tailwind (arbitrary) */
class="text-[#020ac2] bg-[#020ac2]"
/* SCSS */
$brand: #020ac2;
/* SwiftUI */
Color(red: 0.008, green: 0.039, blue: 0.761)
/* Android */
Color.parseColor("#020ac2")Accessibility — WCAG contrast
Aa
#020ac2 on white: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#020ac2 on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green3.9%
Blue76.1%
CMYK percentages
Cyan99.0%
Magenta94.8%
Yellow0.0%
Key (black)23.9%
Color previews
#020ac2 text on a black background
contrast 1.83:1
Card sample
#020ac2 text on a white background
contrast 11.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #020ac2;
Background color
Panel with #020ac2 background
background-color: #020ac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #020ac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 10, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 10, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #020ac2; background: linear-gradient(135deg, #020ac2, #7A02C2);