#175bce
a dark, electric blue · cool · closest name: royalblue
RGB
23, 91, 206
HSL
218°, 80%, 45%
CMYK
89, 56, 0, 19
Luminance
0.1212
Every format
| HEX | #175bce |
| RGB | rgb(23, 91, 206) |
| HSL | hsl(218, 80%, 45%) |
| CMYK | cmyk(89%, 56%, 0%, 19%) |
| LAB | lab(41.4 24.1 -64.9) |
| LCH | lch(41.4 69.3 290.4) |
| OKLCH | oklch(0.503 0.190 260.7) |
Copy-ready code
/* CSS */
color: #175bce;
background-color: #175bce;
/* Tailwind (arbitrary) */
class="text-[#175bce] bg-[#175bce]"
/* SCSS */
$brand: #175bce;
/* SwiftUI */
Color(red: 0.090, green: 0.357, blue: 0.808)
/* Android */
Color.parseColor("#175bce")Accessibility — WCAG contrast
Aa
#175bce on white: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#175bce on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green35.7%
Blue80.8%
CMYK percentages
Cyan88.8%
Magenta55.8%
Yellow0.0%
Key (black)19.2%
Color previews
#175bce text on a black background
contrast 3.42:1
Card sample
#175bce text on a white background
contrast 6.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175bce;
Background color
Panel with #175bce background
background-color: #175bce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175bce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 91, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 91, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175bce; background: linear-gradient(135deg, #175bce, #4D17CE);