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