#178eb4
a dark, electric cyan · cool · closest name: steelblue
RGB
23, 142, 180
HSL
195°, 77%, 40%
CMYK
87, 21, 0, 29
Luminance
0.2282
Every format
| HEX | #178eb4 |
| RGB | rgb(23, 142, 180) |
| HSL | hsl(195, 77%, 40%) |
| CMYK | cmyk(87%, 21%, 0%, 29%) |
| LAB | lab(54.9 -17.0 -28.5) |
| LCH | lch(54.9 33.2 239.1) |
| OKLCH | oklch(0.604 0.111 226.4) |
Copy-ready code
/* CSS */
color: #178eb4;
background-color: #178eb4;
/* Tailwind (arbitrary) */
class="text-[#178eb4] bg-[#178eb4]"
/* SCSS */
$brand: #178eb4;
/* SwiftUI */
Color(red: 0.090, green: 0.557, blue: 0.706)
/* Android */
Color.parseColor("#178eb4")Accessibility — WCAG contrast
Aa
#178eb4 on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#178eb4 on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green55.7%
Blue70.6%
CMYK percentages
Cyan87.2%
Magenta21.1%
Yellow0.0%
Key (black)29.4%
Color previews
#178eb4 text on a black background
contrast 5.56:1
Card sample
#178eb4 text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #178eb4;
Background color
Panel with #178eb4 background
background-color: #178eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #178eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 142, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 142, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #178eb4; background: linear-gradient(135deg, #178eb4, #1725B4);