#54bfbf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
84, 191, 191
HSL
180°, 46%, 54%
CMYK
56, 0, 0, 25
Luminance
0.4291
Every format
| HEX | #54bfbf |
| RGB | rgb(84, 191, 191) |
| HSL | hsl(180, 46%, 54%) |
| CMYK | cmyk(56%, 0%, 0%, 25%) |
| LAB | lab(71.5 -30.4 -9.3) |
| LCH | lch(71.5 31.8 197.0) |
| OKLCH | oklch(0.743 0.098 195.3) |
Copy-ready code
/* CSS */
color: #54bfbf;
background-color: #54bfbf;
/* Tailwind (arbitrary) */
class="text-[#54bfbf] bg-[#54bfbf]"
/* SCSS */
$brand: #54bfbf;
/* SwiftUI */
Color(red: 0.329, green: 0.749, blue: 0.749)
/* Android */
Color.parseColor("#54bfbf")Accessibility — WCAG contrast
Aa
#54bfbf on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#54bfbf on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green74.9%
Blue74.9%
CMYK percentages
Cyan56.0%
Magenta0.0%
Yellow0.0%
Key (black)25.1%
Color previews
#54bfbf text on a black background
contrast 9.58:1
Card sample
#54bfbf text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #54bfbf;
Background color
Panel with #54bfbf background
background-color: #54bfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #54bfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 191, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 191, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #54bfbf; background: linear-gradient(135deg, #54bfbf, #5478BF);