#84a96b
a balanced, soft green · cool · closest name: seagreen
RGB
132, 169, 107
HSL
96°, 27%, 54%
CMYK
22, 0, 37, 34
Luminance
0.3434
Every format
| HEX | #84a96b |
| RGB | rgb(132, 169, 107) |
| HSL | hsl(96, 27%, 54%) |
| CMYK | cmyk(22%, 0%, 37%, 34%) |
| LAB | lab(65.2 -24.1 28.0) |
| LCH | lch(65.2 36.9 130.7) |
| OKLCH | oklch(0.692 0.096 133.4) |
Copy-ready code
/* CSS */
color: #84a96b;
background-color: #84a96b;
/* Tailwind (arbitrary) */
class="text-[#84a96b] bg-[#84a96b]"
/* SCSS */
$brand: #84a96b;
/* SwiftUI */
Color(red: 0.518, green: 0.663, blue: 0.420)
/* Android */
Color.parseColor("#84a96b")Accessibility — WCAG contrast
Aa
#84a96b on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84a96b on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green66.3%
Blue42.0%
CMYK percentages
Cyan21.9%
Magenta0.0%
Yellow36.7%
Key (black)33.7%
Color previews
#84a96b text on a black background
contrast 7.87:1
Card sample
#84a96b text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84a96b;
Background color
Panel with #84a96b background
background-color: #84a96b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84a96b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 169, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 169, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84a96b; background: linear-gradient(135deg, #84a96b, #6BA97B);