#175ee8
a balanced, electric blue · cool · closest name: royalblue
RGB
23, 94, 232
HSL
220°, 82%, 50%
CMYK
90, 60, 0, 9
Luminance
0.1401
Every format
| HEX | #175ee8 |
| RGB | rgb(23, 94, 232) |
| HSL | hsl(220, 82%, 50%) |
| CMYK | cmyk(90%, 60%, 0%, 9%) |
| LAB | lab(44.3 32.2 -75.1) |
| LCH | lch(44.3 81.7 293.2) |
| OKLCH | oklch(0.531 0.220 262.0) |
Copy-ready code
/* CSS */
color: #175ee8;
background-color: #175ee8;
/* Tailwind (arbitrary) */
class="text-[#175ee8] bg-[#175ee8]"
/* SCSS */
$brand: #175ee8;
/* SwiftUI */
Color(red: 0.090, green: 0.369, blue: 0.910)
/* Android */
Color.parseColor("#175ee8")Accessibility — WCAG contrast
Aa
#175ee8 on white: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#175ee8 on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green36.9%
Blue91.0%
CMYK percentages
Cyan90.1%
Magenta59.5%
Yellow0.0%
Key (black)9.0%
Color previews
#175ee8 text on a black background
contrast 3.80:1
Card sample
#175ee8 text on a white background
contrast 5.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175ee8;
Background color
Panel with #175ee8 background
background-color: #175ee8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175ee8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 94, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 94, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175ee8; background: linear-gradient(135deg, #175ee8, #5B17E8);