#59fffe
a light, electric cyan · cool · closest name: cyan
RGB
89, 255, 254
HSL
180°, 100%, 68%
CMYK
65, 0, 0, 0
Luminance
0.8080
Every format
| HEX | #59fffe |
| RGB | rgb(89, 255, 254) |
| HSL | hsl(180, 100%, 68%) |
| CMYK | cmyk(65%, 0%, 0%, 0%) |
| LAB | lab(92.0 -42.2 -12.1) |
| LCH | lch(92.0 43.9 196.0) |
| OKLCH | oklch(0.916 0.135 194.5) |
Copy-ready code
/* CSS */
color: #59fffe;
background-color: #59fffe;
/* Tailwind (arbitrary) */
class="text-[#59fffe] bg-[#59fffe]"
/* SCSS */
$brand: #59fffe;
/* SwiftUI */
Color(red: 0.349, green: 1.000, blue: 0.996)
/* Android */
Color.parseColor("#59fffe")Accessibility — WCAG contrast
Aa
#59fffe on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#59fffe on black: 17.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green100.0%
Blue99.6%
CMYK percentages
Cyan65.1%
Magenta0.0%
Yellow0.4%
Key (black)0.0%
Color previews
#59fffe text on a black background
contrast 17.16:1
Card sample
#59fffe text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59fffe;
Background color
Panel with #59fffe background
background-color: #59fffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59fffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 255, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 255, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59fffe; background: linear-gradient(135deg, #59fffe, #5992FF);