#54dfbc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
84, 223, 188
HSL
165°, 69%, 60%
CMYK
62, 0, 16, 13
Luminance
0.5829
Every format
| HEX | #54dfbc |
| RGB | rgb(84, 223, 188) |
| HSL | hsl(165, 69%, 60%) |
| CMYK | cmyk(62%, 0%, 16%, 13%) |
| LAB | lab(80.9 -45.8 6.1) |
| LCH | lch(80.9 46.2 172.4) |
| OKLCH | oklch(0.819 0.130 173.2) |
Copy-ready code
/* CSS */
color: #54dfbc;
background-color: #54dfbc;
/* Tailwind (arbitrary) */
class="text-[#54dfbc] bg-[#54dfbc]"
/* SCSS */
$brand: #54dfbc;
/* SwiftUI */
Color(red: 0.329, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#54dfbc")Accessibility — WCAG contrast
Aa
#54dfbc on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#54dfbc on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green87.5%
Blue73.7%
CMYK percentages
Cyan62.3%
Magenta0.0%
Yellow15.7%
Key (black)12.5%
Color previews
#54dfbc text on a black background
contrast 12.66:1
Card sample
#54dfbc text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #54dfbc;
Background color
Panel with #54dfbc background
background-color: #54dfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #54dfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #54dfbc; background: linear-gradient(135deg, #54dfbc, #54A5DF);