#58ffdb
a light, electric cyan · cool · closest name: aquamarine
RGB
88, 255, 219
HSL
167°, 100%, 67%
CMYK
66, 0, 14, 0
Luminance
0.7871
Every format
| HEX | #58ffdb |
| RGB | rgb(88, 255, 219) |
| HSL | hsl(167, 100%, 67%) |
| CMYK | cmyk(66%, 0%, 14%, 0%) |
| LAB | lab(91.1 -51.2 4.6) |
| LCH | lch(91.1 51.4 174.8) |
| OKLCH | oklch(0.905 0.146 175.5) |
Copy-ready code
/* CSS */
color: #58ffdb;
background-color: #58ffdb;
/* Tailwind (arbitrary) */
class="text-[#58ffdb] bg-[#58ffdb]"
/* SCSS */
$brand: #58ffdb;
/* SwiftUI */
Color(red: 0.345, green: 1.000, blue: 0.859)
/* Android */
Color.parseColor("#58ffdb")Accessibility — WCAG contrast
Aa
#58ffdb on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58ffdb on black: 16.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green100.0%
Blue85.9%
CMYK percentages
Cyan65.5%
Magenta0.0%
Yellow14.1%
Key (black)0.0%
Color previews
#58ffdb text on a black background
contrast 16.74:1
Card sample
#58ffdb text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58ffdb;
Background color
Panel with #58ffdb background
background-color: #58ffdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58ffdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 255, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 255, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58ffdb; background: linear-gradient(135deg, #58ffdb, #58B4FF);