#02a3fc
a balanced, electric blue · cool · closest name: dodgerblue
RGB
2, 163, 252
HSL
201°, 98%, 50%
CMYK
99, 35, 0, 1
Luminance
0.3324
Every format
| HEX | #02a3fc |
| RGB | rgb(2, 163, 252) |
| HSL | hsl(201, 98%, 50%) |
| CMYK | cmyk(99%, 35%, 0%, 1%) |
| LAB | lab(64.3 -3.3 -53.8) |
| LCH | lch(64.3 53.9 266.5) |
| OKLCH | oklch(0.690 0.171 244.3) |
Copy-ready code
/* CSS */
color: #02a3fc;
background-color: #02a3fc;
/* Tailwind (arbitrary) */
class="text-[#02a3fc] bg-[#02a3fc]"
/* SCSS */
$brand: #02a3fc;
/* SwiftUI */
Color(red: 0.008, green: 0.639, blue: 0.988)
/* Android */
Color.parseColor("#02a3fc")Accessibility — WCAG contrast
Aa
#02a3fc on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02a3fc on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green63.9%
Blue98.8%
CMYK percentages
Cyan99.2%
Magenta35.3%
Yellow0.0%
Key (black)1.2%
Color previews
#02a3fc text on a black background
contrast 7.65:1
Card sample
#02a3fc text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02a3fc;
Background color
Panel with #02a3fc background
background-color: #02a3fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02a3fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 163, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 163, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02a3fc; background: linear-gradient(135deg, #02a3fc, #0802FC);