#53cfab
a balanced, vivid cyan · cool · closest name: turquoise
RGB
83, 207, 171
HSL
163°, 56%, 57%
CMYK
60, 0, 17, 19
Luminance
0.4940
Every format
| HEX | #53cfab |
| RGB | rgb(83, 207, 171) |
| HSL | hsl(163, 56%, 57%) |
| CMYK | cmyk(60%, 0%, 17%, 19%) |
| LAB | lab(75.7 -43.0 7.7) |
| LCH | lch(75.7 43.7 169.9) |
| OKLCH | oklch(0.775 0.123 170.8) |
Copy-ready code
/* CSS */
color: #53cfab;
background-color: #53cfab;
/* Tailwind (arbitrary) */
class="text-[#53cfab] bg-[#53cfab]"
/* SCSS */
$brand: #53cfab;
/* SwiftUI */
Color(red: 0.325, green: 0.812, blue: 0.671)
/* Android */
Color.parseColor("#53cfab")Accessibility — WCAG contrast
Aa
#53cfab on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53cfab on black: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green81.2%
Blue67.1%
CMYK percentages
Cyan59.9%
Magenta0.0%
Yellow17.4%
Key (black)18.8%
Color previews
#53cfab text on a black background
contrast 10.88:1
Card sample
#53cfab text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53cfab;
Background color
Panel with #53cfab background
background-color: #53cfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53cfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 207, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 207, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53cfab; background: linear-gradient(135deg, #53cfab, #53A0CF);