#179fb5
a dark, electric cyan · cool · closest name: teal
RGB
23, 159, 181
HSL
188°, 78%, 40%
CMYK
87, 12, 0, 29
Luminance
0.2831
Every format
| HEX | #179fb5 |
| RGB | rgb(23, 159, 181) |
| HSL | hsl(188, 78%, 40%) |
| CMYK | cmyk(87%, 12%, 0%, 29%) |
| LAB | lab(60.2 -25.6 -20.9) |
| LCH | lch(60.2 33.1 219.3) |
| OKLCH | oklch(0.646 0.109 212.5) |
Copy-ready code
/* CSS */
color: #179fb5;
background-color: #179fb5;
/* Tailwind (arbitrary) */
class="text-[#179fb5] bg-[#179fb5]"
/* SCSS */
$brand: #179fb5;
/* SwiftUI */
Color(red: 0.090, green: 0.624, blue: 0.710)
/* Android */
Color.parseColor("#179fb5")Accessibility — WCAG contrast
Aa
#179fb5 on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#179fb5 on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green62.4%
Blue71.0%
CMYK percentages
Cyan87.3%
Magenta12.2%
Yellow0.0%
Key (black)29.0%
Color previews
#179fb5 text on a black background
contrast 6.66:1
Card sample
#179fb5 text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #179fb5;
Background color
Panel with #179fb5 background
background-color: #179fb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #179fb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 159, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 159, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #179fb5; background: linear-gradient(135deg, #179fb5, #1736B5);