#02a7f4
a balanced, electric cyan · cool · closest name: steelblue
RGB
2, 167, 244
HSL
199°, 98%, 48%
CMYK
99, 32, 0, 4
Luminance
0.3418
Every format
| HEX | #02a7f4 |
| RGB | rgb(2, 167, 244) |
| HSL | hsl(199, 98%, 48%) |
| CMYK | cmyk(99%, 32%, 0%, 4%) |
| LAB | lab(65.1 -8.5 -48.3) |
| LCH | lch(65.1 49.0 260.0) |
| OKLCH | oklch(0.694 0.159 240.0) |
Copy-ready code
/* CSS */
color: #02a7f4;
background-color: #02a7f4;
/* Tailwind (arbitrary) */
class="text-[#02a7f4] bg-[#02a7f4]"
/* SCSS */
$brand: #02a7f4;
/* SwiftUI */
Color(red: 0.008, green: 0.655, blue: 0.957)
/* Android */
Color.parseColor("#02a7f4")Accessibility — WCAG contrast
Aa
#02a7f4 on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02a7f4 on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green65.5%
Blue95.7%
CMYK percentages
Cyan99.2%
Magenta31.6%
Yellow0.0%
Key (black)4.3%
Color previews
#02a7f4 text on a black background
contrast 7.84:1
Card sample
#02a7f4 text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02a7f4;
Background color
Panel with #02a7f4 background
background-color: #02a7f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02a7f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 167, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 167, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02a7f4; background: linear-gradient(135deg, #02a7f4, #0206F4);