#020acb
a dark, electric blue · warm · closest name: blue
RGB
2, 10, 203
HSL
238°, 98%, 40%
CMYK
99, 95, 0, 20
Luminance
0.0454
Every format
| HEX | #020acb |
| RGB | rgb(2, 10, 203) |
| HSL | hsl(238, 98%, 40%) |
| CMYK | cmyk(99%, 95%, 0%, 20%) |
| LAB | lab(25.4 64.6 -89.6) |
| LCH | lch(25.4 110.5 305.8) |
| OKLCH | oklch(0.386 0.260 264.3) |
Copy-ready code
/* CSS */
color: #020acb;
background-color: #020acb;
/* Tailwind (arbitrary) */
class="text-[#020acb] bg-[#020acb]"
/* SCSS */
$brand: #020acb;
/* SwiftUI */
Color(red: 0.008, green: 0.039, blue: 0.796)
/* Android */
Color.parseColor("#020acb")Accessibility — WCAG contrast
Aa
#020acb on white: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#020acb on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green3.9%
Blue79.6%
CMYK percentages
Cyan99.0%
Magenta95.1%
Yellow0.0%
Key (black)20.4%
Color previews
#020acb text on a black background
contrast 1.91:1
Card sample
#020acb text on a white background
contrast 11.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #020acb;
Background color
Panel with #020acb background
background-color: #020acb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #020acb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 10, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 10, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #020acb; background: linear-gradient(135deg, #020acb, #8002CB);