#59fdda
a light, electric cyan · cool · closest name: aquamarine
RGB
89, 253, 218
HSL
167°, 98%, 67%
CMYK
65, 0, 14, 1
Luminance
0.7744
Every format
| HEX | #59fdda |
| RGB | rgb(89, 253, 218) |
| HSL | hsl(167, 98%, 67%) |
| CMYK | cmyk(65%, 0%, 14%, 1%) |
| LAB | lab(90.5 -50.5 4.3) |
| LCH | lch(90.5 50.7 175.1) |
| OKLCH | oklch(0.900 0.144 175.8) |
Copy-ready code
/* CSS */
color: #59fdda;
background-color: #59fdda;
/* Tailwind (arbitrary) */
class="text-[#59fdda] bg-[#59fdda]"
/* SCSS */
$brand: #59fdda;
/* SwiftUI */
Color(red: 0.349, green: 0.992, blue: 0.855)
/* Android */
Color.parseColor("#59fdda")Accessibility — WCAG contrast
Aa
#59fdda on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#59fdda on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green99.2%
Blue85.5%
CMYK percentages
Cyan64.8%
Magenta0.0%
Yellow13.8%
Key (black)0.8%
Color previews
#59fdda text on a black background
contrast 16.49:1
Card sample
#59fdda text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59fdda;
Background color
Panel with #59fdda background
background-color: #59fdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59fdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 253, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 253, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59fdda; background: linear-gradient(135deg, #59fdda, #59B3FD);