#02a3ff
a balanced, electric blue · cool · closest name: dodgerblue
RGB
2, 163, 255
HSL
202°, 100%, 50%
CMYK
99, 36, 0, 0
Luminance
0.3343
Every format
| HEX | #02a3ff |
| RGB | rgb(2, 163, 255) |
| HSL | hsl(202, 100%, 50%) |
| CMYK | cmyk(99%, 36%, 0%, 0%) |
| LAB | lab(64.5 -2.2 -55.2) |
| LCH | lch(64.5 55.3 267.7) |
| OKLCH | oklch(0.692 0.174 245.1) |
Copy-ready code
/* CSS */
color: #02a3ff;
background-color: #02a3ff;
/* Tailwind (arbitrary) */
class="text-[#02a3ff] bg-[#02a3ff]"
/* SCSS */
$brand: #02a3ff;
/* SwiftUI */
Color(red: 0.008, green: 0.639, blue: 1.000)
/* Android */
Color.parseColor("#02a3ff")Accessibility — WCAG contrast
Aa
#02a3ff on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02a3ff on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green63.9%
Blue100.0%
CMYK percentages
Cyan99.2%
Magenta36.1%
Yellow0.0%
Key (black)0.0%
Color previews
#02a3ff text on a black background
contrast 7.69:1
Card sample
#02a3ff text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02a3ff;
Background color
Panel with #02a3ff background
background-color: #02a3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02a3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 163, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 163, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02a3ff; background: linear-gradient(135deg, #02a3ff, #0A02FF);