#020cdf
a dark, electric blue · warm · closest name: blue
RGB
2, 12, 223
HSL
237°, 98%, 44%
CMYK
99, 95, 0, 13
Luminance
0.0560
Every format
| HEX | #020cdf |
| RGB | rgb(2, 12, 223) |
| HSL | hsl(237, 98%, 44%) |
| CMYK | cmyk(99%, 95%, 0%, 13%) |
| LAB | lab(28.4 69.4 -96.2) |
| LCH | lch(28.4 118.6 305.8) |
| OKLCH | oklch(0.413 0.280 264.3) |
Copy-ready code
/* CSS */
color: #020cdf;
background-color: #020cdf;
/* Tailwind (arbitrary) */
class="text-[#020cdf] bg-[#020cdf]"
/* SCSS */
$brand: #020cdf;
/* SwiftUI */
Color(red: 0.008, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#020cdf")Accessibility — WCAG contrast
Aa
#020cdf on white: 9.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#020cdf on black: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green4.7%
Blue87.5%
CMYK percentages
Cyan99.1%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#020cdf text on a black background
contrast 2.12:1
Card sample
#020cdf text on a white background
contrast 9.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #020cdf;
Background color
Panel with #020cdf background
background-color: #020cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #020cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #020cdf; background: linear-gradient(135deg, #020cdf, #8B02DF);