#175fc5
a dark, electric blue · cool · closest name: royalblue
RGB
23, 95, 197
HSL
215°, 79%, 43%
CMYK
88, 52, 0, 23
Luminance
0.1240
Every format
| HEX | #175fc5 |
| RGB | rgb(23, 95, 197) |
| HSL | hsl(215, 79%, 43%) |
| CMYK | cmyk(88%, 52%, 0%, 23%) |
| LAB | lab(41.8 18.0 -59.0) |
| LCH | lch(41.8 61.7 286.9) |
| OKLCH | oklch(0.504 0.174 258.7) |
Copy-ready code
/* CSS */
color: #175fc5;
background-color: #175fc5;
/* Tailwind (arbitrary) */
class="text-[#175fc5] bg-[#175fc5]"
/* SCSS */
$brand: #175fc5;
/* SwiftUI */
Color(red: 0.090, green: 0.373, blue: 0.773)
/* Android */
Color.parseColor("#175fc5")Accessibility — WCAG contrast
Aa
#175fc5 on white: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#175fc5 on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green37.3%
Blue77.3%
CMYK percentages
Cyan88.3%
Magenta51.8%
Yellow0.0%
Key (black)22.7%
Color previews
#175fc5 text on a black background
contrast 3.48:1
Card sample
#175fc5 text on a white background
contrast 6.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175fc5;
Background color
Panel with #175fc5 background
background-color: #175fc5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175fc5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 95, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 95, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175fc5; background: linear-gradient(135deg, #175fc5, #4317C5);