#175fd4
a balanced, electric blue · cool · closest name: royalblue
RGB
23, 95, 212
HSL
217°, 80%, 46%
CMYK
89, 55, 0, 17
Luminance
0.1312
Every format
| HEX | #175fd4 |
| RGB | rgb(23, 95, 212) |
| HSL | hsl(217, 80%, 46%) |
| CMYK | cmyk(89%, 55%, 0%, 17%) |
| LAB | lab(42.9 23.9 -65.9) |
| LCH | lch(42.9 70.1 289.9) |
| OKLCH | oklch(0.516 0.193 260.3) |
Copy-ready code
/* CSS */
color: #175fd4;
background-color: #175fd4;
/* Tailwind (arbitrary) */
class="text-[#175fd4] bg-[#175fd4]"
/* SCSS */
$brand: #175fd4;
/* SwiftUI */
Color(red: 0.090, green: 0.373, blue: 0.831)
/* Android */
Color.parseColor("#175fd4")Accessibility — WCAG contrast
Aa
#175fd4 on white: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#175fd4 on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green37.3%
Blue83.1%
CMYK percentages
Cyan89.2%
Magenta55.2%
Yellow0.0%
Key (black)16.9%
Color previews
#175fd4 text on a black background
contrast 3.62:1
Card sample
#175fd4 text on a white background
contrast 5.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175fd4;
Background color
Panel with #175fd4 background
background-color: #175fd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175fd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 95, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 95, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175fd4; background: linear-gradient(135deg, #175fd4, #4D17D4);