#53eddf
a balanced, electric cyan · cool · closest name: turquoise
RGB
83, 237, 223
HSL
175°, 81%, 63%
CMYK
65, 0, 6, 7
Luminance
0.6774
Every format
| HEX | #53eddf |
| RGB | rgb(83, 237, 223) |
| HSL | hsl(175, 81%, 63%) |
| CMYK | cmyk(65%, 0%, 6%, 7%) |
| LAB | lab(85.9 -43.3 -5.1) |
| LCH | lch(85.9 43.5 186.8) |
| OKLCH | oklch(0.862 0.130 186.4) |
Copy-ready code
/* CSS */
color: #53eddf;
background-color: #53eddf;
/* Tailwind (arbitrary) */
class="text-[#53eddf] bg-[#53eddf]"
/* SCSS */
$brand: #53eddf;
/* SwiftUI */
Color(red: 0.325, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#53eddf")Accessibility — WCAG contrast
Aa
#53eddf on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53eddf on black: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green92.9%
Blue87.5%
CMYK percentages
Cyan65.0%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#53eddf text on a black background
contrast 14.55:1
Card sample
#53eddf text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53eddf;
Background color
Panel with #53eddf background
background-color: #53eddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53eddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53eddf; background: linear-gradient(135deg, #53eddf, #5394ED);