#59ffd0
a light, electric cyan · cool · closest name: aquamarine
RGB
89, 255, 208
HSL
163°, 100%, 68%
CMYK
65, 0, 18, 0
Luminance
0.7820
Every format
| HEX | #59ffd0 |
| RGB | rgb(89, 255, 208) |
| HSL | hsl(163, 100%, 68%) |
| CMYK | cmyk(65%, 0%, 18%, 0%) |
| LAB | lab(90.9 -53.6 10.0) |
| LCH | lch(90.9 54.6 169.5) |
| OKLCH | oklch(0.902 0.152 170.4) |
Copy-ready code
/* CSS */
color: #59ffd0;
background-color: #59ffd0;
/* Tailwind (arbitrary) */
class="text-[#59ffd0] bg-[#59ffd0]"
/* SCSS */
$brand: #59ffd0;
/* SwiftUI */
Color(red: 0.349, green: 1.000, blue: 0.816)
/* Android */
Color.parseColor("#59ffd0")Accessibility — WCAG contrast
Aa
#59ffd0 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#59ffd0 on black: 16.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green100.0%
Blue81.6%
CMYK percentages
Cyan65.1%
Magenta0.0%
Yellow18.4%
Key (black)0.0%
Color previews
#59ffd0 text on a black background
contrast 16.64:1
Card sample
#59ffd0 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59ffd0;
Background color
Panel with #59ffd0 background
background-color: #59ffd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59ffd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 255, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 255, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59ffd0; background: linear-gradient(135deg, #59ffd0, #59BFFF);