#53f0df
a balanced, electric cyan · cool · closest name: turquoise
RGB
83, 240, 223
HSL
174°, 84%, 63%
CMYK
65, 0, 7, 6
Luminance
0.6949
Every format
| HEX | #53f0df |
| RGB | rgb(83, 240, 223) |
| HSL | hsl(174, 84%, 63%) |
| CMYK | cmyk(65%, 0%, 7%, 6%) |
| LAB | lab(86.7 -44.6 -3.8) |
| LCH | lch(86.7 44.7 184.9) |
| OKLCH | oklch(0.869 0.132 184.8) |
Copy-ready code
/* CSS */
color: #53f0df;
background-color: #53f0df;
/* Tailwind (arbitrary) */
class="text-[#53f0df] bg-[#53f0df]"
/* SCSS */
$brand: #53f0df;
/* SwiftUI */
Color(red: 0.325, green: 0.941, blue: 0.875)
/* Android */
Color.parseColor("#53f0df")Accessibility — WCAG contrast
Aa
#53f0df on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53f0df on black: 14.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green94.1%
Blue87.5%
CMYK percentages
Cyan65.4%
Magenta0.0%
Yellow7.1%
Key (black)5.9%
Color previews
#53f0df text on a black background
contrast 14.90:1
Card sample
#53f0df text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53f0df;
Background color
Panel with #53f0df background
background-color: #53f0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53f0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 240, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 240, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53f0df; background: linear-gradient(135deg, #53f0df, #5398F0);