#02a7f7
a balanced, electric cyan · cool · closest name: steelblue
RGB
2, 167, 247
HSL
200°, 98%, 49%
CMYK
99, 32, 0, 3
Luminance
0.3437
Every format
| HEX | #02a7f7 |
| RGB | rgb(2, 167, 247) |
| HSL | hsl(200, 98%, 49%) |
| CMYK | cmyk(99%, 32%, 0%, 3%) |
| LAB | lab(65.3 -7.4 -49.7) |
| LCH | lch(65.3 50.2 261.5) |
| OKLCH | oklch(0.696 0.162 241.0) |
Copy-ready code
/* CSS */
color: #02a7f7;
background-color: #02a7f7;
/* Tailwind (arbitrary) */
class="text-[#02a7f7] bg-[#02a7f7]"
/* SCSS */
$brand: #02a7f7;
/* SwiftUI */
Color(red: 0.008, green: 0.655, blue: 0.969)
/* Android */
Color.parseColor("#02a7f7")Accessibility — WCAG contrast
Aa
#02a7f7 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02a7f7 on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green65.5%
Blue96.9%
CMYK percentages
Cyan99.2%
Magenta32.4%
Yellow0.0%
Key (black)3.1%
Color previews
#02a7f7 text on a black background
contrast 7.87:1
Card sample
#02a7f7 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02a7f7;
Background color
Panel with #02a7f7 background
background-color: #02a7f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02a7f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 167, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 167, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02a7f7; background: linear-gradient(135deg, #02a7f7, #0204F7);