#175eba
a dark, electric blue · cool · closest name: royalblue
RGB
23, 94, 186
HSL
214°, 78%, 41%
CMYK
88, 50, 0, 27
Luminance
0.1173
Every format
| HEX | #175eba |
| RGB | rgb(23, 94, 186) |
| HSL | hsl(214, 78%, 41%) |
| CMYK | cmyk(88%, 50%, 0%, 27%) |
| LAB | lab(40.8 14.3 -54.3) |
| LCH | lch(40.8 56.2 284.7) |
| OKLCH | oklch(0.494 0.160 257.4) |
Copy-ready code
/* CSS */
color: #175eba;
background-color: #175eba;
/* Tailwind (arbitrary) */
class="text-[#175eba] bg-[#175eba]"
/* SCSS */
$brand: #175eba;
/* SwiftUI */
Color(red: 0.090, green: 0.369, blue: 0.729)
/* Android */
Color.parseColor("#175eba")Accessibility — WCAG contrast
Aa
#175eba on white: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#175eba on black: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green36.9%
Blue72.9%
CMYK percentages
Cyan87.6%
Magenta49.5%
Yellow0.0%
Key (black)27.1%
Color previews
#175eba text on a black background
contrast 3.35:1
Card sample
#175eba text on a white background
contrast 6.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175eba;
Background color
Panel with #175eba background
background-color: #175eba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175eba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 94, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 94, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175eba; background: linear-gradient(135deg, #175eba, #3D17BA);