#5898ac
a balanced, soft cyan · cool · closest name: teal
RGB
88, 152, 172
HSL
194°, 34%, 51%
CMYK
49, 12, 0, 33
Luminance
0.2751
Every format
| HEX | #5898ac |
| RGB | rgb(88, 152, 172) |
| HSL | hsl(194, 34%, 51%) |
| CMYK | cmyk(49%, 12%, 0%, 33%) |
| LAB | lab(59.4 -15.0 -16.8) |
| LCH | lch(59.4 22.5 228.3) |
| OKLCH | oklch(0.644 0.072 220.1) |
Copy-ready code
/* CSS */
color: #5898ac;
background-color: #5898ac;
/* Tailwind (arbitrary) */
class="text-[#5898ac] bg-[#5898ac]"
/* SCSS */
$brand: #5898ac;
/* SwiftUI */
Color(red: 0.345, green: 0.596, blue: 0.675)
/* Android */
Color.parseColor("#5898ac")Accessibility — WCAG contrast
Aa
#5898ac on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5898ac on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green59.6%
Blue67.5%
CMYK percentages
Cyan48.8%
Magenta11.6%
Yellow0.0%
Key (black)32.5%
Color previews
#5898ac text on a black background
contrast 6.50:1
Card sample
#5898ac text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5898ac;
Background color
Panel with #5898ac background
background-color: #5898ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5898ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 152, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 152, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5898ac; background: linear-gradient(135deg, #5898ac, #5860AC);