#54eccf
a balanced, electric cyan · cool · closest name: turquoise
RGB
84, 236, 207
HSL
169°, 80%, 63%
CMYK
64, 0, 12, 8
Luminance
0.6638
Every format
| HEX | #54eccf |
| RGB | rgb(84, 236, 207) |
| HSL | hsl(169, 80%, 63%) |
| CMYK | cmyk(64%, 0%, 12%, 8%) |
| LAB | lab(85.2 -46.7 2.3) |
| LCH | lch(85.2 46.8 177.2) |
| OKLCH | oklch(0.855 0.134 177.7) |
Copy-ready code
/* CSS */
color: #54eccf;
background-color: #54eccf;
/* Tailwind (arbitrary) */
class="text-[#54eccf] bg-[#54eccf]"
/* SCSS */
$brand: #54eccf;
/* SwiftUI */
Color(red: 0.329, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#54eccf")Accessibility — WCAG contrast
Aa
#54eccf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#54eccf on black: 14.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green92.5%
Blue81.2%
CMYK percentages
Cyan64.4%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#54eccf text on a black background
contrast 14.28:1
Card sample
#54eccf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #54eccf;
Background color
Panel with #54eccf background
background-color: #54eccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #54eccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #54eccf; background: linear-gradient(135deg, #54eccf, #54A3EC);