#59ffeb
a light, electric cyan · cool · closest name: turquoise
RGB
89, 255, 235
HSL
173°, 100%, 68%
CMYK
65, 0, 8, 0
Luminance
0.7964
Every format
| HEX | #59ffeb |
| RGB | rgb(89, 255, 235) |
| HSL | hsl(173, 100%, 68%) |
| CMYK | cmyk(65%, 0%, 8%, 0%) |
| LAB | lab(91.5 -47.1 -3.0) |
| LCH | lch(91.5 47.2 183.7) |
| OKLCH | oklch(0.910 0.139 183.7) |
Copy-ready code
/* CSS */
color: #59ffeb;
background-color: #59ffeb;
/* Tailwind (arbitrary) */
class="text-[#59ffeb] bg-[#59ffeb]"
/* SCSS */
$brand: #59ffeb;
/* SwiftUI */
Color(red: 0.349, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#59ffeb")Accessibility — WCAG contrast
Aa
#59ffeb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#59ffeb on black: 16.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green100.0%
Blue92.2%
CMYK percentages
Cyan65.1%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#59ffeb text on a black background
contrast 16.93:1
Card sample
#59ffeb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59ffeb;
Background color
Panel with #59ffeb background
background-color: #59ffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59ffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59ffeb; background: linear-gradient(135deg, #59ffeb, #59A4FF);