#84a8af
a balanced, soft cyan · cool · closest name: silver
RGB
132, 168, 175
HSL
190°, 21%, 60%
CMYK
25, 4, 0, 31
Luminance
0.3601
Every format
| HEX | #84a8af |
| RGB | rgb(132, 168, 175) |
| HSL | hsl(190, 21%, 60%) |
| CMYK | cmyk(25%, 4%, 0%, 31%) |
| LAB | lab(66.5 -10.6 -7.6) |
| LCH | lch(66.5 13.1 215.8) |
| OKLCH | oklch(0.707 0.041 210.8) |
Copy-ready code
/* CSS */
color: #84a8af;
background-color: #84a8af;
/* Tailwind (arbitrary) */
class="text-[#84a8af] bg-[#84a8af]"
/* SCSS */
$brand: #84a8af;
/* SwiftUI */
Color(red: 0.518, green: 0.659, blue: 0.686)
/* Android */
Color.parseColor("#84a8af")Accessibility — WCAG contrast
Aa
#84a8af on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84a8af on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green65.9%
Blue68.6%
CMYK percentages
Cyan24.6%
Magenta4.0%
Yellow0.0%
Key (black)31.4%
Color previews
#84a8af text on a black background
contrast 8.20:1
Card sample
#84a8af text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84a8af;
Background color
Panel with #84a8af background
background-color: #84a8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84a8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 168, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 168, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84a8af; background: linear-gradient(135deg, #84a8af, #848BAF);