#58f3df
a balanced, electric cyan · cool · closest name: turquoise
RGB
88, 243, 223
HSL
172°, 87%, 65%
CMYK
64, 0, 8, 5
Luminance
0.7150
Every format
| HEX | #58f3df |
| RGB | rgb(88, 243, 223) |
| HSL | hsl(172, 87%, 65%) |
| CMYK | cmyk(64%, 0%, 8%, 5%) |
| LAB | lab(87.7 -45.1 -2.4) |
| LCH | lch(87.7 45.2 183.0) |
| OKLCH | oklch(0.878 0.133 183.1) |
Copy-ready code
/* CSS */
color: #58f3df;
background-color: #58f3df;
/* Tailwind (arbitrary) */
class="text-[#58f3df] bg-[#58f3df]"
/* SCSS */
$brand: #58f3df;
/* SwiftUI */
Color(red: 0.345, green: 0.953, blue: 0.875)
/* Android */
Color.parseColor("#58f3df")Accessibility — WCAG contrast
Aa
#58f3df on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58f3df on black: 15.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green95.3%
Blue87.5%
CMYK percentages
Cyan63.8%
Magenta0.0%
Yellow8.2%
Key (black)4.7%
Color previews
#58f3df text on a black background
contrast 15.30:1
Card sample
#58f3df text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58f3df;
Background color
Panel with #58f3df background
background-color: #58f3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58f3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 243, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 243, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58f3df; background: linear-gradient(135deg, #58f3df, #58A0F3);