#020df3
a balanced, electric blue · warm · closest name: blue
RGB
2, 13, 243
HSL
237°, 98%, 48%
CMYK
99, 95, 0, 5
Luminance
0.0677
Every format
| HEX | #020df3 |
| RGB | rgb(2, 13, 243) |
| HSL | hsl(237, 98%, 48%) |
| CMYK | cmyk(99%, 95%, 0%, 5%) |
| LAB | lab(31.3 74.3 -102.8) |
| LCH | lch(31.3 126.8 305.8) |
| OKLCH | oklch(0.441 0.299 264.3) |
Copy-ready code
/* CSS */
color: #020df3;
background-color: #020df3;
/* Tailwind (arbitrary) */
class="text-[#020df3] bg-[#020df3]"
/* SCSS */
$brand: #020df3;
/* SwiftUI */
Color(red: 0.008, green: 0.051, blue: 0.953)
/* Android */
Color.parseColor("#020df3")Accessibility — WCAG contrast
Aa
#020df3 on white: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#020df3 on black: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green5.1%
Blue95.3%
CMYK percentages
Cyan99.2%
Magenta94.7%
Yellow0.0%
Key (black)4.7%
Color previews
#020df3 text on a black background
contrast 2.35:1
Card sample
#020df3 text on a white background
contrast 8.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #020df3;
Background color
Panel with #020df3 background
background-color: #020df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #020df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 13, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 13, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #020df3; background: linear-gradient(135deg, #020df3, #9802F3);