#175fc1
a dark, electric blue · cool · closest name: royalblue
RGB
23, 95, 193
HSL
215°, 79%, 42%
CMYK
88, 51, 0, 24
Luminance
0.1222
Every format
| HEX | #175fc1 |
| RGB | rgb(23, 95, 193) |
| HSL | hsl(215, 79%, 42%) |
| CMYK | cmyk(88%, 51%, 0%, 24%) |
| LAB | lab(41.6 16.4 -57.1) |
| LCH | lch(41.6 59.5 286.0) |
| OKLCH | oklch(0.501 0.168 258.1) |
Copy-ready code
/* CSS */
color: #175fc1;
background-color: #175fc1;
/* Tailwind (arbitrary) */
class="text-[#175fc1] bg-[#175fc1]"
/* SCSS */
$brand: #175fc1;
/* SwiftUI */
Color(red: 0.090, green: 0.373, blue: 0.757)
/* Android */
Color.parseColor("#175fc1")Accessibility — WCAG contrast
Aa
#175fc1 on white: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#175fc1 on black: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green37.3%
Blue75.7%
CMYK percentages
Cyan88.1%
Magenta50.8%
Yellow0.0%
Key (black)24.3%
Color previews
#175fc1 text on a black background
contrast 3.44:1
Card sample
#175fc1 text on a white background
contrast 6.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175fc1;
Background color
Panel with #175fc1 background
background-color: #175fc1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175fc1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 95, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 95, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175fc1; background: linear-gradient(135deg, #175fc1, #4017C1);