#017cdf
a dark, electric blue · cool · closest name: dodgerblue
RGB
1, 124, 223
HSL
207°, 99%, 44%
CMYK
100, 44, 0, 13
Luminance
0.1975
Every format
| HEX | #017cdf |
| RGB | rgb(1, 124, 223) |
| HSL | hsl(207, 99%, 44%) |
| CMYK | cmyk(100%, 44%, 0%, 13%) |
| LAB | lab(51.5 8.9 -58.2) |
| LCH | lch(51.5 58.9 278.7) |
| OKLCH | oklch(0.584 0.176 252.2) |
Copy-ready code
/* CSS */
color: #017cdf;
background-color: #017cdf;
/* Tailwind (arbitrary) */
class="text-[#017cdf] bg-[#017cdf]"
/* SCSS */
$brand: #017cdf;
/* SwiftUI */
Color(red: 0.004, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#017cdf")Accessibility — WCAG contrast
Aa
#017cdf on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#017cdf on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green48.6%
Blue87.5%
CMYK percentages
Cyan99.6%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#017cdf text on a black background
contrast 4.95:1
Card sample
#017cdf text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #017cdf;
Background color
Panel with #017cdf background
background-color: #017cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #017cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #017cdf; background: linear-gradient(135deg, #017cdf, #1A01DF);