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