#84a4ac
a balanced, soft cyan · cool · closest name: gray
RGB
132, 164, 172
HSL
192°, 19%, 60%
CMYK
23, 5, 0, 33
Luminance
0.3444
Every format
| HEX | #84a4ac |
| RGB | rgb(132, 164, 172) |
| HSL | hsl(192, 19%, 60%) |
| CMYK | cmyk(23%, 5%, 0%, 33%) |
| LAB | lab(65.3 -9.1 -7.8) |
| LCH | lch(65.3 12.0 220.4) |
| OKLCH | oklch(0.697 0.037 214.6) |
Copy-ready code
/* CSS */
color: #84a4ac;
background-color: #84a4ac;
/* Tailwind (arbitrary) */
class="text-[#84a4ac] bg-[#84a4ac]"
/* SCSS */
$brand: #84a4ac;
/* SwiftUI */
Color(red: 0.518, green: 0.643, blue: 0.675)
/* Android */
Color.parseColor("#84a4ac")Accessibility — WCAG contrast
Aa
#84a4ac on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84a4ac on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green64.3%
Blue67.5%
CMYK percentages
Cyan23.3%
Magenta4.7%
Yellow0.0%
Key (black)32.5%
Color previews
#84a4ac text on a black background
contrast 7.89:1
Card sample
#84a4ac text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84a4ac;
Background color
Panel with #84a4ac background
background-color: #84a4ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84a4ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 164, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 164, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84a4ac; background: linear-gradient(135deg, #84a4ac, #8489AC);