#175fc6
a dark, electric blue · cool · closest name: royalblue
RGB
23, 95, 198
HSL
215°, 79%, 43%
CMYK
88, 52, 0, 22
Luminance
0.1244
Every format
| HEX | #175fc6 |
| RGB | rgb(23, 95, 198) |
| HSL | hsl(215, 79%, 43%) |
| CMYK | cmyk(88%, 52%, 0%, 22%) |
| LAB | lab(41.9 18.4 -59.5) |
| LCH | lch(41.9 62.3 287.2) |
| OKLCH | oklch(0.505 0.175 258.8) |
Copy-ready code
/* CSS */
color: #175fc6;
background-color: #175fc6;
/* Tailwind (arbitrary) */
class="text-[#175fc6] bg-[#175fc6]"
/* SCSS */
$brand: #175fc6;
/* SwiftUI */
Color(red: 0.090, green: 0.373, blue: 0.776)
/* Android */
Color.parseColor("#175fc6")Accessibility — WCAG contrast
Aa
#175fc6 on white: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#175fc6 on black: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green37.3%
Blue77.6%
CMYK percentages
Cyan88.4%
Magenta52.0%
Yellow0.0%
Key (black)22.4%
Color previews
#175fc6 text on a black background
contrast 3.49:1
Card sample
#175fc6 text on a white background
contrast 6.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175fc6;
Background color
Panel with #175fc6 background
background-color: #175fc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175fc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 95, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 95, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175fc6; background: linear-gradient(135deg, #175fc6, #4417C6);