#02a2f6
a balanced, electric blue · cool · closest name: dodgerblue
RGB
2, 162, 246
HSL
201°, 98%, 49%
CMYK
99, 34, 0, 4
Luminance
0.3251
Every format
| HEX | #02a2f6 |
| RGB | rgb(2, 162, 246) |
| HSL | hsl(201, 98%, 49%) |
| CMYK | cmyk(99%, 34%, 0%, 4%) |
| LAB | lab(63.8 -5.0 -51.5) |
| LCH | lch(63.8 51.7 264.5) |
| OKLCH | oklch(0.684 0.165 242.9) |
Copy-ready code
/* CSS */
color: #02a2f6;
background-color: #02a2f6;
/* Tailwind (arbitrary) */
class="text-[#02a2f6] bg-[#02a2f6]"
/* SCSS */
$brand: #02a2f6;
/* SwiftUI */
Color(red: 0.008, green: 0.635, blue: 0.965)
/* Android */
Color.parseColor("#02a2f6")Accessibility — WCAG contrast
Aa
#02a2f6 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02a2f6 on black: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green63.5%
Blue96.5%
CMYK percentages
Cyan99.2%
Magenta34.1%
Yellow0.0%
Key (black)3.5%
Color previews
#02a2f6 text on a black background
contrast 7.50:1
Card sample
#02a2f6 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02a2f6;
Background color
Panel with #02a2f6 background
background-color: #02a2f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02a2f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 162, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 162, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02a2f6; background: linear-gradient(135deg, #02a2f6, #0502F6);