#175ff1
a balanced, electric blue · cool · closest name: royalblue
RGB
23, 95, 241
HSL
220°, 89%, 52%
CMYK
91, 61, 0, 6
Luminance
0.1472
Every format
| HEX | #175ff1 |
| RGB | rgb(23, 95, 241) |
| HSL | hsl(220, 89%, 52%) |
| CMYK | cmyk(91%, 61%, 0%, 6%) |
| LAB | lab(45.2 35.0 -78.5) |
| LCH | lch(45.2 86.0 294.0) |
| OKLCH | oklch(0.541 0.230 262.3) |
Copy-ready code
/* CSS */
color: #175ff1;
background-color: #175ff1;
/* Tailwind (arbitrary) */
class="text-[#175ff1] bg-[#175ff1]"
/* SCSS */
$brand: #175ff1;
/* SwiftUI */
Color(red: 0.090, green: 0.373, blue: 0.945)
/* Android */
Color.parseColor("#175ff1")Accessibility — WCAG contrast
Aa
#175ff1 on white: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#175ff1 on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green37.3%
Blue94.5%
CMYK percentages
Cyan90.5%
Magenta60.6%
Yellow0.0%
Key (black)5.5%
Color previews
#175ff1 text on a black background
contrast 3.94:1
Card sample
#175ff1 text on a white background
contrast 5.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175ff1;
Background color
Panel with #175ff1 background
background-color: #175ff1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175ff1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 95, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 95, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175ff1; background: linear-gradient(135deg, #175ff1, #6117F1);