#02a4ff
a balanced, electric blue · cool · closest name: dodgerblue
RGB
2, 164, 255
HSL
202°, 100%, 50%
CMYK
99, 36, 0, 0
Luminance
0.3378
Every format
| HEX | #02a4ff |
| RGB | rgb(2, 164, 255) |
| HSL | hsl(202, 100%, 50%) |
| CMYK | cmyk(99%, 36%, 0%, 0%) |
| LAB | lab(64.8 -2.8 -54.8) |
| LCH | lch(64.8 54.8 267.1) |
| OKLCH | oklch(0.694 0.173 244.7) |
Copy-ready code
/* CSS */
color: #02a4ff;
background-color: #02a4ff;
/* Tailwind (arbitrary) */
class="text-[#02a4ff] bg-[#02a4ff]"
/* SCSS */
$brand: #02a4ff;
/* SwiftUI */
Color(red: 0.008, green: 0.643, blue: 1.000)
/* Android */
Color.parseColor("#02a4ff")Accessibility — WCAG contrast
Aa
#02a4ff on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02a4ff on black: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green64.3%
Blue100.0%
CMYK percentages
Cyan99.2%
Magenta35.7%
Yellow0.0%
Key (black)0.0%
Color previews
#02a4ff text on a black background
contrast 7.76:1
Card sample
#02a4ff text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02a4ff;
Background color
Panel with #02a4ff background
background-color: #02a4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02a4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 164, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 164, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02a4ff; background: linear-gradient(135deg, #02a4ff, #0902FF);