#84ae8f
a balanced, soft green · cool · closest name: silver
RGB
132, 174, 143
HSL
136°, 21%, 60%
CMYK
24, 0, 18, 32
Luminance
0.3716
Every format
| HEX | #84ae8f |
| RGB | rgb(132, 174, 143) |
| HSL | hsl(136, 21%, 60%) |
| CMYK | cmyk(24%, 0%, 18%, 32%) |
| LAB | lab(67.4 -20.5 11.4) |
| LCH | lch(67.4 23.5 151.0) |
| OKLCH | oklch(0.712 0.064 152.6) |
Copy-ready code
/* CSS */
color: #84ae8f;
background-color: #84ae8f;
/* Tailwind (arbitrary) */
class="text-[#84ae8f] bg-[#84ae8f]"
/* SCSS */
$brand: #84ae8f;
/* SwiftUI */
Color(red: 0.518, green: 0.682, blue: 0.561)
/* Android */
Color.parseColor("#84ae8f")Accessibility — WCAG contrast
Aa
#84ae8f on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84ae8f on black: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green68.2%
Blue56.1%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow17.8%
Key (black)31.8%
Color previews
#84ae8f text on a black background
contrast 8.43:1
Card sample
#84ae8f text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84ae8f;
Background color
Panel with #84ae8f background
background-color: #84ae8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84ae8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 174, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 174, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84ae8f; background: linear-gradient(135deg, #84ae8f, #84AEAB);