#02a0ff
a balanced, electric blue · cool · closest name: dodgerblue
RGB
2, 160, 255
HSL
203°, 100%, 50%
CMYK
99, 37, 0, 0
Luminance
0.3237
Every format
| HEX | #02a0ff |
| RGB | rgb(2, 160, 255) |
| HSL | hsl(203, 100%, 50%) |
| CMYK | cmyk(99%, 37%, 0%, 0%) |
| LAB | lab(63.6 -0.5 -56.6) |
| LCH | lch(63.6 56.6 269.5) |
| OKLCH | oklch(0.685 0.177 246.3) |
Copy-ready code
/* CSS */
color: #02a0ff;
background-color: #02a0ff;
/* Tailwind (arbitrary) */
class="text-[#02a0ff] bg-[#02a0ff]"
/* SCSS */
$brand: #02a0ff;
/* SwiftUI */
Color(red: 0.008, green: 0.627, blue: 1.000)
/* Android */
Color.parseColor("#02a0ff")Accessibility — WCAG contrast
Aa
#02a0ff on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02a0ff on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green62.7%
Blue100.0%
CMYK percentages
Cyan99.2%
Magenta37.3%
Yellow0.0%
Key (black)0.0%
Color previews
#02a0ff text on a black background
contrast 7.47:1
Card sample
#02a0ff text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02a0ff;
Background color
Panel with #02a0ff background
background-color: #02a0ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02a0ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 160, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 160, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02a0ff; background: linear-gradient(135deg, #02a0ff, #0D02FF);