#53e9da
a balanced, electric cyan · cool · closest name: turquoise
RGB
83, 233, 218
HSL
174°, 77%, 62%
CMYK
64, 0, 6, 9
Luminance
0.6518
Every format
| HEX | #53e9da |
| RGB | rgb(83, 233, 218) |
| HSL | hsl(174, 77%, 62%) |
| CMYK | cmyk(64%, 0%, 6%, 9%) |
| LAB | lab(84.6 -42.8 -4.4) |
| LCH | lch(84.6 43.0 185.9) |
| OKLCH | oklch(0.851 0.128 185.7) |
Copy-ready code
/* CSS */
color: #53e9da;
background-color: #53e9da;
/* Tailwind (arbitrary) */
class="text-[#53e9da] bg-[#53e9da]"
/* SCSS */
$brand: #53e9da;
/* SwiftUI */
Color(red: 0.325, green: 0.914, blue: 0.855)
/* Android */
Color.parseColor("#53e9da")Accessibility — WCAG contrast
Aa
#53e9da on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53e9da on black: 14.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green91.4%
Blue85.5%
CMYK percentages
Cyan64.4%
Magenta0.0%
Yellow6.4%
Key (black)8.6%
Color previews
#53e9da text on a black background
contrast 14.04:1
Card sample
#53e9da text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53e9da;
Background color
Panel with #53e9da background
background-color: #53e9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53e9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 233, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 233, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53e9da; background: linear-gradient(135deg, #53e9da, #5394E9);