#84a0af
a balanced, soft blue · cool · closest name: gray
RGB
132, 160, 175
HSL
201°, 21%, 60%
CMYK
25, 9, 0, 31
Luminance
0.3314
Every format
| HEX | #84a0af |
| RGB | rgb(132, 160, 175) |
| HSL | hsl(201, 21%, 60%) |
| CMYK | cmyk(25%, 9%, 0%, 31%) |
| LAB | lab(64.3 -6.3 -11.0) |
| LCH | lch(64.3 12.6 240.4) |
| OKLCH | oklch(0.690 0.038 231.4) |
Copy-ready code
/* CSS */
color: #84a0af;
background-color: #84a0af;
/* Tailwind (arbitrary) */
class="text-[#84a0af] bg-[#84a0af]"
/* SCSS */
$brand: #84a0af;
/* SwiftUI */
Color(red: 0.518, green: 0.627, blue: 0.686)
/* Android */
Color.parseColor("#84a0af")Accessibility — WCAG contrast
Aa
#84a0af on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84a0af on black: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green62.7%
Blue68.6%
CMYK percentages
Cyan24.6%
Magenta8.6%
Yellow0.0%
Key (black)31.4%
Color previews
#84a0af text on a black background
contrast 7.63:1
Card sample
#84a0af text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84a0af;
Background color
Panel with #84a0af background
background-color: #84a0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84a0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 160, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 160, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84a0af; background: linear-gradient(135deg, #84a0af, #8584AF);