#53bcaf
a balanced, soft cyan · cool · closest name: turquoise
RGB
83, 188, 175
HSL
173°, 44%, 53%
CMYK
56, 0, 7, 26
Luminance
0.4090
Every format
| HEX | #53bcaf |
| RGB | rgb(83, 188, 175) |
| HSL | hsl(173, 44%, 53%) |
| CMYK | cmyk(56%, 0%, 7%, 26%) |
| LAB | lab(70.1 -33.4 -2.6) |
| LCH | lch(70.1 33.5 184.4) |
| OKLCH | oklch(0.730 0.099 184.3) |
Copy-ready code
/* CSS */
color: #53bcaf;
background-color: #53bcaf;
/* Tailwind (arbitrary) */
class="text-[#53bcaf] bg-[#53bcaf]"
/* SCSS */
$brand: #53bcaf;
/* SwiftUI */
Color(red: 0.325, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#53bcaf")Accessibility — WCAG contrast
Aa
#53bcaf on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53bcaf on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green73.7%
Blue68.6%
CMYK percentages
Cyan55.9%
Magenta0.0%
Yellow6.9%
Key (black)26.3%
Color previews
#53bcaf text on a black background
contrast 9.18:1
Card sample
#53bcaf text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53bcaf;
Background color
Panel with #53bcaf background
background-color: #53bcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53bcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53bcaf; background: linear-gradient(135deg, #53bcaf, #5383BC);