#59fbdf
a light, electric cyan · cool · closest name: aquamarine
RGB
89, 251, 223
HSL
170°, 95%, 67%
CMYK
65, 0, 11, 2
Luminance
0.7645
Every format
| HEX | #59fbdf |
| RGB | rgb(89, 251, 223) |
| HSL | hsl(170, 95%, 67%) |
| CMYK | cmyk(65%, 0%, 11%, 2%) |
| LAB | lab(90.1 -48.4 1.0) |
| LCH | lch(90.1 48.4 178.8) |
| OKLCH | oklch(0.897 0.140 179.2) |
Copy-ready code
/* CSS */
color: #59fbdf;
background-color: #59fbdf;
/* Tailwind (arbitrary) */
class="text-[#59fbdf] bg-[#59fbdf]"
/* SCSS */
$brand: #59fbdf;
/* SwiftUI */
Color(red: 0.349, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#59fbdf")Accessibility — WCAG contrast
Aa
#59fbdf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#59fbdf on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green98.4%
Blue87.5%
CMYK percentages
Cyan64.5%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#59fbdf text on a black background
contrast 16.29:1
Card sample
#59fbdf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59fbdf;
Background color
Panel with #59fbdf background
background-color: #59fbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59fbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59fbdf; background: linear-gradient(135deg, #59fbdf, #59ABFB);