#02a7f8
a balanced, electric cyan · cool · closest name: steelblue
RGB
2, 167, 248
HSL
200°, 98%, 49%
CMYK
99, 33, 0, 3
Luminance
0.3443
Every format
| HEX | #02a7f8 |
| RGB | rgb(2, 167, 248) |
| HSL | hsl(200, 98%, 49%) |
| CMYK | cmyk(99%, 33%, 0%, 3%) |
| LAB | lab(65.3 -7.1 -50.1) |
| LCH | lch(65.3 50.6 262.0) |
| OKLCH | oklch(0.697 0.163 241.3) |
Copy-ready code
/* CSS */
color: #02a7f8;
background-color: #02a7f8;
/* Tailwind (arbitrary) */
class="text-[#02a7f8] bg-[#02a7f8]"
/* SCSS */
$brand: #02a7f8;
/* SwiftUI */
Color(red: 0.008, green: 0.655, blue: 0.973)
/* Android */
Color.parseColor("#02a7f8")Accessibility — WCAG contrast
Aa
#02a7f8 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02a7f8 on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green65.5%
Blue97.3%
CMYK percentages
Cyan99.2%
Magenta32.7%
Yellow0.0%
Key (black)2.7%
Color previews
#02a7f8 text on a black background
contrast 7.89:1
Card sample
#02a7f8 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02a7f8;
Background color
Panel with #02a7f8 background
background-color: #02a7f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02a7f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 167, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 167, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02a7f8; background: linear-gradient(135deg, #02a7f8, #0203F8);