#84abaf
a balanced, soft cyan · cool · closest name: silver
RGB
132, 171, 175
HSL
186°, 21%, 60%
CMYK
25, 2, 0, 31
Luminance
0.3713
Every format
| HEX | #84abaf |
| RGB | rgb(132, 171, 175) |
| HSL | hsl(186, 21%, 60%) |
| CMYK | cmyk(25%, 2%, 0%, 31%) |
| LAB | lab(67.4 -12.2 -6.4) |
| LCH | lch(67.4 13.8 207.6) |
| OKLCH | oklch(0.714 0.043 204.0) |
Copy-ready code
/* CSS */
color: #84abaf;
background-color: #84abaf;
/* Tailwind (arbitrary) */
class="text-[#84abaf] bg-[#84abaf]"
/* SCSS */
$brand: #84abaf;
/* SwiftUI */
Color(red: 0.518, green: 0.671, blue: 0.686)
/* Android */
Color.parseColor("#84abaf")Accessibility — WCAG contrast
Aa
#84abaf on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84abaf on black: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green67.1%
Blue68.6%
CMYK percentages
Cyan24.6%
Magenta2.3%
Yellow0.0%
Key (black)31.4%
Color previews
#84abaf text on a black background
contrast 8.43:1
Card sample
#84abaf text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84abaf;
Background color
Panel with #84abaf background
background-color: #84abaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84abaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 171, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 171, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84abaf; background: linear-gradient(135deg, #84abaf, #848EAF);