#175eb5
a dark, electric blue · cool · closest name: royalblue
RGB
23, 94, 181
HSL
213°, 78%, 40%
CMYK
87, 48, 0, 29
Luminance
0.1152
Every format
| HEX | #175eb5 |
| RGB | rgb(23, 94, 181) |
| HSL | hsl(213, 78%, 40%) |
| CMYK | cmyk(87%, 48%, 0%, 29%) |
| LAB | lab(40.5 12.3 -51.9) |
| LCH | lch(40.5 53.4 283.3) |
| OKLCH | oklch(0.490 0.154 256.5) |
Copy-ready code
/* CSS */
color: #175eb5;
background-color: #175eb5;
/* Tailwind (arbitrary) */
class="text-[#175eb5] bg-[#175eb5]"
/* SCSS */
$brand: #175eb5;
/* SwiftUI */
Color(red: 0.090, green: 0.369, blue: 0.710)
/* Android */
Color.parseColor("#175eb5")Accessibility — WCAG contrast
Aa
#175eb5 on white: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#175eb5 on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green36.9%
Blue71.0%
CMYK percentages
Cyan87.3%
Magenta48.1%
Yellow0.0%
Key (black)29.0%
Color previews
#175eb5 text on a black background
contrast 3.30:1
Card sample
#175eb5 text on a white background
contrast 6.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175eb5;
Background color
Panel with #175eb5 background
background-color: #175eb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175eb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 94, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 94, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175eb5; background: linear-gradient(135deg, #175eb5, #3917B5);