#53fceb
a light, electric cyan · cool · closest name: turquoise
RGB
83, 252, 235
HSL
174°, 97%, 66%
CMYK
67, 0, 7, 1
Luminance
0.7746
Every format
| HEX | #53fceb |
| RGB | rgb(83, 252, 235) |
| HSL | hsl(174, 97%, 66%) |
| CMYK | cmyk(67%, 0%, 7%, 1%) |
| LAB | lab(90.5 -46.7 -4.5) |
| LCH | lch(90.5 46.9 185.5) |
| OKLCH | oklch(0.901 0.139 185.4) |
Copy-ready code
/* CSS */
color: #53fceb;
background-color: #53fceb;
/* Tailwind (arbitrary) */
class="text-[#53fceb] bg-[#53fceb]"
/* SCSS */
$brand: #53fceb;
/* SwiftUI */
Color(red: 0.325, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#53fceb")Accessibility — WCAG contrast
Aa
#53fceb on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53fceb on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green98.8%
Blue92.2%
CMYK percentages
Cyan67.1%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#53fceb text on a black background
contrast 16.49:1
Card sample
#53fceb text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53fceb;
Background color
Panel with #53fceb background
background-color: #53fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53fceb; background: linear-gradient(135deg, #53fceb, #539CFC);