#53cfba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
83, 207, 186
HSL
170°, 56%, 57%
CMYK
60, 0, 10, 19
Luminance
0.5001
Every format
| HEX | #53cfba |
| RGB | rgb(83, 207, 186) |
| HSL | hsl(170, 56%, 57%) |
| CMYK | cmyk(60%, 0%, 10%, 19%) |
| LAB | lab(76.1 -39.4 0.2) |
| LCH | lch(76.1 39.4 179.7) |
| OKLCH | oklch(0.779 0.114 180.1) |
Copy-ready code
/* CSS */
color: #53cfba;
background-color: #53cfba;
/* Tailwind (arbitrary) */
class="text-[#53cfba] bg-[#53cfba]"
/* SCSS */
$brand: #53cfba;
/* SwiftUI */
Color(red: 0.325, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#53cfba")Accessibility — WCAG contrast
Aa
#53cfba on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53cfba on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green81.2%
Blue72.9%
CMYK percentages
Cyan59.9%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#53cfba text on a black background
contrast 11.00:1
Card sample
#53cfba text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53cfba;
Background color
Panel with #53cfba background
background-color: #53cfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53cfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53cfba; background: linear-gradient(135deg, #53cfba, #5392CF);