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