#01affc
a balanced, electric cyan · cool · closest name: steelblue
RGB
1, 175, 252
HSL
198°, 99%, 50%
CMYK
100, 31, 0, 1
Luminance
0.3769
Every format
| HEX | #01affc |
| RGB | rgb(1, 175, 252) |
| HSL | hsl(198, 99%, 50%) |
| CMYK | cmyk(100%, 31%, 0%, 1%) |
| LAB | lab(67.8 -10.1 -48.4) |
| LCH | lch(67.8 49.4 258.2) |
| OKLCH | oklch(0.717 0.161 238.8) |
Copy-ready code
/* CSS */
color: #01affc;
background-color: #01affc;
/* Tailwind (arbitrary) */
class="text-[#01affc] bg-[#01affc]"
/* SCSS */
$brand: #01affc;
/* SwiftUI */
Color(red: 0.004, green: 0.686, blue: 0.988)
/* Android */
Color.parseColor("#01affc")Accessibility — WCAG contrast
Aa
#01affc on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#01affc on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green68.6%
Blue98.8%
CMYK percentages
Cyan99.6%
Magenta30.6%
Yellow0.0%
Key (black)1.2%
Color previews
#01affc text on a black background
contrast 8.54:1
Card sample
#01affc text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #01affc;
Background color
Panel with #01affc background
background-color: #01affc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #01affc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 175, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 175, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #01affc; background: linear-gradient(135deg, #01affc, #0108FC);