#01a7df
a dark, electric cyan · cool · closest name: steelblue
RGB
1, 167, 223
HSL
195°, 99%, 44%
CMYK
100, 25, 0, 13
Luminance
0.3297
Every format
| HEX | #01a7df |
| RGB | rgb(1, 167, 223) |
| HSL | hsl(195, 99%, 44%) |
| CMYK | cmyk(100%, 25%, 0%, 13%) |
| LAB | lab(64.1 -16.1 -38.3) |
| LCH | lch(64.1 41.5 247.1) |
| OKLCH | oklch(0.684 0.138 231.4) |
Copy-ready code
/* CSS */
color: #01a7df;
background-color: #01a7df;
/* Tailwind (arbitrary) */
class="text-[#01a7df] bg-[#01a7df]"
/* SCSS */
$brand: #01a7df;
/* SwiftUI */
Color(red: 0.004, green: 0.655, blue: 0.875)
/* Android */
Color.parseColor("#01a7df")Accessibility — WCAG contrast
Aa
#01a7df on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#01a7df on black: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green65.5%
Blue87.5%
CMYK percentages
Cyan99.6%
Magenta25.1%
Yellow0.0%
Key (black)12.5%
Color previews
#01a7df text on a black background
contrast 7.59:1
Card sample
#01a7df text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #01a7df;
Background color
Panel with #01a7df background
background-color: #01a7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #01a7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 167, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 167, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #01a7df; background: linear-gradient(135deg, #01a7df, #0113DF);