#02a7dc
a dark, electric cyan · cool · closest name: steelblue
RGB
2, 167, 220
HSL
195°, 98%, 44%
CMYK
99, 24, 0, 14
Luminance
0.3282
Every format
| HEX | #02a7dc |
| RGB | rgb(2, 167, 220) |
| HSL | hsl(195, 98%, 44%) |
| CMYK | cmyk(99%, 24%, 0%, 14%) |
| LAB | lab(64.0 -17.2 -36.8) |
| LCH | lch(64.0 40.6 245.0) |
| OKLCH | oklch(0.682 0.136 230.0) |
Copy-ready code
/* CSS */
color: #02a7dc;
background-color: #02a7dc;
/* Tailwind (arbitrary) */
class="text-[#02a7dc] bg-[#02a7dc]"
/* SCSS */
$brand: #02a7dc;
/* SwiftUI */
Color(red: 0.008, green: 0.655, blue: 0.863)
/* Android */
Color.parseColor("#02a7dc")Accessibility — WCAG contrast
Aa
#02a7dc on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02a7dc on black: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green65.5%
Blue86.3%
CMYK percentages
Cyan99.1%
Magenta24.1%
Yellow0.0%
Key (black)13.7%
Color previews
#02a7dc text on a black background
contrast 7.56:1
Card sample
#02a7dc text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02a7dc;
Background color
Panel with #02a7dc background
background-color: #02a7dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02a7dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 167, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 167, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02a7dc; background: linear-gradient(135deg, #02a7dc, #0216DC);