#84a4af
a balanced, soft cyan · cool · closest name: gray
RGB
132, 164, 175
HSL
195°, 21%, 60%
CMYK
25, 6, 0, 31
Luminance
0.3455
Every format
| HEX | #84a4af |
| RGB | rgb(132, 164, 175) |
| HSL | hsl(195, 21%, 60%) |
| CMYK | cmyk(25%, 6%, 0%, 31%) |
| LAB | lab(65.4 -8.4 -9.3) |
| LCH | lch(65.4 12.6 227.8) |
| OKLCH | oklch(0.698 0.039 220.8) |
Copy-ready code
/* CSS */
color: #84a4af;
background-color: #84a4af;
/* Tailwind (arbitrary) */
class="text-[#84a4af] bg-[#84a4af]"
/* SCSS */
$brand: #84a4af;
/* SwiftUI */
Color(red: 0.518, green: 0.643, blue: 0.686)
/* Android */
Color.parseColor("#84a4af")Accessibility — WCAG contrast
Aa
#84a4af on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84a4af on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green64.3%
Blue68.6%
CMYK percentages
Cyan24.6%
Magenta6.3%
Yellow0.0%
Key (black)31.4%
Color previews
#84a4af text on a black background
contrast 7.91:1
Card sample
#84a4af text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84a4af;
Background color
Panel with #84a4af background
background-color: #84a4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84a4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 164, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 164, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84a4af; background: linear-gradient(135deg, #84a4af, #8487AF);