#53f1eb
a balanced, electric cyan · cool · closest name: turquoise
RGB
83, 241, 235
HSL
178°, 85%, 64%
CMYK
66, 0, 3, 6
Luminance
0.7075
Every format
| HEX | #53f1eb |
| RGB | rgb(83, 241, 235) |
| HSL | hsl(178, 85%, 64%) |
| CMYK | cmyk(66%, 0%, 3%, 6%) |
| LAB | lab(87.4 -41.9 -9.2) |
| LCH | lch(87.4 42.9 192.4) |
| OKLCH | oklch(0.875 0.130 191.4) |
Copy-ready code
/* CSS */
color: #53f1eb;
background-color: #53f1eb;
/* Tailwind (arbitrary) */
class="text-[#53f1eb] bg-[#53f1eb]"
/* SCSS */
$brand: #53f1eb;
/* SwiftUI */
Color(red: 0.325, green: 0.945, blue: 0.922)
/* Android */
Color.parseColor("#53f1eb")Accessibility — WCAG contrast
Aa
#53f1eb on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53f1eb on black: 15.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green94.5%
Blue92.2%
CMYK percentages
Cyan65.6%
Magenta0.0%
Yellow2.5%
Key (black)5.5%
Color previews
#53f1eb text on a black background
contrast 15.15:1
Card sample
#53f1eb text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53f1eb;
Background color
Panel with #53f1eb background
background-color: #53f1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53f1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 241, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 241, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53f1eb; background: linear-gradient(135deg, #53f1eb, #538EF1);