#58acac
a balanced, soft cyan · cool · closest name: teal
RGB
88, 172, 172
HSL
180°, 34%, 51%
CMYK
49, 0, 0, 33
Luminance
0.3456
Every format
| HEX | #58acac |
| RGB | rgb(88, 172, 172) |
| HSL | hsl(180, 34%, 51%) |
| CMYK | cmyk(49%, 0%, 0%, 33%) |
| LAB | lab(65.4 -25.4 -7.9) |
| LCH | lch(65.4 26.6 197.2) |
| OKLCH | oklch(0.692 0.082 195.4) |
Copy-ready code
/* CSS */
color: #58acac;
background-color: #58acac;
/* Tailwind (arbitrary) */
class="text-[#58acac] bg-[#58acac]"
/* SCSS */
$brand: #58acac;
/* SwiftUI */
Color(red: 0.345, green: 0.675, blue: 0.675)
/* Android */
Color.parseColor("#58acac")Accessibility — WCAG contrast
Aa
#58acac on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58acac on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green67.5%
Blue67.5%
CMYK percentages
Cyan48.8%
Magenta0.0%
Yellow0.0%
Key (black)32.5%
Color previews
#58acac text on a black background
contrast 7.91:1
Card sample
#58acac text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58acac;
Background color
Panel with #58acac background
background-color: #58acac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58acac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 172, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 172, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58acac; background: linear-gradient(135deg, #58acac, #5874AC);