#54cdcf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
84, 205, 207
HSL
181°, 56%, 57%
CMYK
59, 1, 0, 19
Luminance
0.5005
Every format
| HEX | #54cdcf |
| RGB | rgb(84, 205, 207) |
| HSL | hsl(181, 56%, 57%) |
| CMYK | cmyk(59%, 1%, 0%, 19%) |
| LAB | lab(76.1 -32.7 -11.1) |
| LCH | lch(76.1 34.6 198.7) |
| OKLCH | oklch(0.782 0.107 196.7) |
Copy-ready code
/* CSS */
color: #54cdcf;
background-color: #54cdcf;
/* Tailwind (arbitrary) */
class="text-[#54cdcf] bg-[#54cdcf]"
/* SCSS */
$brand: #54cdcf;
/* SwiftUI */
Color(red: 0.329, green: 0.804, blue: 0.812)
/* Android */
Color.parseColor("#54cdcf")Accessibility — WCAG contrast
Aa
#54cdcf on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#54cdcf on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green80.4%
Blue81.2%
CMYK percentages
Cyan59.4%
Magenta1.0%
Yellow0.0%
Key (black)18.8%
Color previews
#54cdcf text on a black background
contrast 11.01:1
Card sample
#54cdcf text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #54cdcf;
Background color
Panel with #54cdcf background
background-color: #54cdcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #54cdcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 205, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 205, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #54cdcf; background: linear-gradient(135deg, #54cdcf, #547BCF);