#170fdf
a balanced, electric blue · warm · closest name: blue
RGB
23, 15, 223
HSL
242°, 87%, 47%
CMYK
90, 93, 0, 13
Luminance
0.0585
Every format
| HEX | #170fdf |
| RGB | rgb(23, 15, 223) |
| HSL | hsl(242, 87%, 47%) |
| CMYK | cmyk(90%, 93%, 0%, 13%) |
| LAB | lab(29.0 69.0 -95.1) |
| LCH | lch(29.0 117.5 305.9) |
| OKLCH | oklch(0.419 0.276 266.5) |
Copy-ready code
/* CSS */
color: #170fdf;
background-color: #170fdf;
/* Tailwind (arbitrary) */
class="text-[#170fdf] bg-[#170fdf]"
/* SCSS */
$brand: #170fdf;
/* SwiftUI */
Color(red: 0.090, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#170fdf")Accessibility — WCAG contrast
Aa
#170fdf on white: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#170fdf on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green5.9%
Blue87.5%
CMYK percentages
Cyan89.7%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#170fdf text on a black background
contrast 2.17:1
Card sample
#170fdf text on a white background
contrast 9.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #170fdf;
Background color
Panel with #170fdf background
background-color: #170fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #170fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #170fdf; background: linear-gradient(135deg, #170fdf, #A20FDF);