#02acfc
a balanced, electric cyan · cool · closest name: steelblue
RGB
2, 172, 252
HSL
199°, 98%, 50%
CMYK
99, 32, 0, 1
Luminance
0.3655
Every format
| HEX | #02acfc |
| RGB | rgb(2, 172, 252) |
| HSL | hsl(199, 98%, 50%) |
| CMYK | cmyk(99%, 32%, 0%, 1%) |
| LAB | lab(66.9 -8.4 -49.7) |
| LCH | lch(66.9 50.4 260.4) |
| OKLCH | oklch(0.710 0.163 240.2) |
Copy-ready code
/* CSS */
color: #02acfc;
background-color: #02acfc;
/* Tailwind (arbitrary) */
class="text-[#02acfc] bg-[#02acfc]"
/* SCSS */
$brand: #02acfc;
/* SwiftUI */
Color(red: 0.008, green: 0.675, blue: 0.988)
/* Android */
Color.parseColor("#02acfc")Accessibility — WCAG contrast
Aa
#02acfc on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02acfc on black: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green67.5%
Blue98.8%
CMYK percentages
Cyan99.2%
Magenta31.7%
Yellow0.0%
Key (black)1.2%
Color previews
#02acfc text on a black background
contrast 8.31:1
Card sample
#02acfc text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02acfc;
Background color
Panel with #02acfc background
background-color: #02acfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02acfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 172, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 172, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02acfc; background: linear-gradient(135deg, #02acfc, #0205FC);