#54eceb
a balanced, electric cyan · cool · closest name: turquoise
RGB
84, 236, 235
HSL
180°, 80%, 63%
CMYK
64, 0, 0, 8
Luminance
0.6787
Every format
| HEX | #54eceb |
| RGB | rgb(84, 236, 235) |
| HSL | hsl(180, 80%, 63%) |
| CMYK | cmyk(64%, 0%, 0%, 8%) |
| LAB | lab(85.9 -39.5 -11.3) |
| LCH | lch(85.9 41.0 196.0) |
| OKLCH | oklch(0.864 0.126 194.4) |
Copy-ready code
/* CSS */
color: #54eceb;
background-color: #54eceb;
/* Tailwind (arbitrary) */
class="text-[#54eceb] bg-[#54eceb]"
/* SCSS */
$brand: #54eceb;
/* SwiftUI */
Color(red: 0.329, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#54eceb")Accessibility — WCAG contrast
Aa
#54eceb on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#54eceb on black: 14.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green92.5%
Blue92.2%
CMYK percentages
Cyan64.4%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#54eceb text on a black background
contrast 14.57:1
Card sample
#54eceb text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #54eceb;
Background color
Panel with #54eceb background
background-color: #54eceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #54eceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #54eceb; background: linear-gradient(135deg, #54eceb, #5488EC);