#020fdf
a dark, electric blue · warm · closest name: blue
RGB
2, 15, 223
HSL
237°, 98%, 44%
CMYK
99, 93, 0, 13
Luminance
0.0568
Every format
| HEX | #020fdf |
| RGB | rgb(2, 15, 223) |
| HSL | hsl(237, 98%, 44%) |
| CMYK | cmyk(99%, 93%, 0%, 13%) |
| LAB | lab(28.6 68.7 -95.9) |
| LCH | lch(28.6 118.0 305.6) |
| OKLCH | oklch(0.415 0.279 264.3) |
Copy-ready code
/* CSS */
color: #020fdf;
background-color: #020fdf;
/* Tailwind (arbitrary) */
class="text-[#020fdf] bg-[#020fdf]"
/* SCSS */
$brand: #020fdf;
/* SwiftUI */
Color(red: 0.008, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#020fdf")Accessibility — WCAG contrast
Aa
#020fdf on white: 9.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#020fdf on black: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green5.9%
Blue87.5%
CMYK percentages
Cyan99.1%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#020fdf text on a black background
contrast 2.14:1
Card sample
#020fdf text on a white background
contrast 9.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #020fdf;
Background color
Panel with #020fdf background
background-color: #020fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #020fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #020fdf; background: linear-gradient(135deg, #020fdf, #8802DF);