#53ebdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
83, 235, 223
HSL
175°, 79%, 62%
CMYK
65, 0, 5, 8
Luminance
0.6658
Every format
| HEX | #53ebdf |
| RGB | rgb(83, 235, 223) |
| HSL | hsl(175, 79%, 62%) |
| CMYK | cmyk(65%, 0%, 5%, 8%) |
| LAB | lab(85.3 -42.4 -6.0) |
| LCH | lch(85.3 42.8 188.0) |
| OKLCH | oklch(0.858 0.128 187.6) |
Copy-ready code
/* CSS */
color: #53ebdf;
background-color: #53ebdf;
/* Tailwind (arbitrary) */
class="text-[#53ebdf] bg-[#53ebdf]"
/* SCSS */
$brand: #53ebdf;
/* SwiftUI */
Color(red: 0.325, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#53ebdf")Accessibility — WCAG contrast
Aa
#53ebdf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53ebdf on black: 14.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green92.2%
Blue87.5%
CMYK percentages
Cyan64.7%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#53ebdf text on a black background
contrast 14.32:1
Card sample
#53ebdf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53ebdf;
Background color
Panel with #53ebdf background
background-color: #53ebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53ebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53ebdf; background: linear-gradient(135deg, #53ebdf, #5392EB);