#54767e
a dark, soft cyan · cool · closest name: gray
RGB
84, 118, 126
HSL
191°, 20%, 41%
CMYK
33, 6, 0, 51
Luminance
0.1635
Every format
| HEX | #54767e |
| RGB | rgb(84, 118, 126) |
| HSL | hsl(191, 20%, 41%) |
| CMYK | cmyk(33%, 6%, 0%, 51%) |
| LAB | lab(47.4 -10.0 -8.3) |
| LCH | lch(47.4 13.0 219.7) |
| OKLCH | oklch(0.543 0.041 213.9) |
Copy-ready code
/* CSS */
color: #54767e;
background-color: #54767e;
/* Tailwind (arbitrary) */
class="text-[#54767e] bg-[#54767e]"
/* SCSS */
$brand: #54767e;
/* SwiftUI */
Color(red: 0.329, green: 0.463, blue: 0.494)
/* Android */
Color.parseColor("#54767e")Accessibility — WCAG contrast
Aa
#54767e on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#54767e on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green46.3%
Blue49.4%
CMYK percentages
Cyan33.3%
Magenta6.3%
Yellow0.0%
Key (black)50.6%
Color previews
#54767e text on a black background
contrast 4.27:1
Card sample
#54767e text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #54767e;
Background color
Panel with #54767e background
background-color: #54767e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #54767e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 118, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 118, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #54767e; background: linear-gradient(135deg, #54767e, #545A7E);