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