#84ca79
a balanced, soft green · cool · closest name: seagreen
RGB
132, 202, 121
HSL
112°, 43%, 63%
CMYK
35, 0, 40, 21
Luminance
0.4853
Every format
| HEX | #84ca79 |
| RGB | rgb(132, 202, 121) |
| HSL | hsl(112, 43%, 63%) |
| CMYK | cmyk(35%, 0%, 40%, 21%) |
| LAB | lab(75.2 -37.7 33.6) |
| LCH | lch(75.2 50.5 138.2) |
| OKLCH | oklch(0.773 0.132 141.1) |
Copy-ready code
/* CSS */
color: #84ca79;
background-color: #84ca79;
/* Tailwind (arbitrary) */
class="text-[#84ca79] bg-[#84ca79]"
/* SCSS */
$brand: #84ca79;
/* SwiftUI */
Color(red: 0.518, green: 0.792, blue: 0.475)
/* Android */
Color.parseColor("#84ca79")Accessibility — WCAG contrast
Aa
#84ca79 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84ca79 on black: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green79.2%
Blue47.5%
CMYK percentages
Cyan34.7%
Magenta0.0%
Yellow40.1%
Key (black)20.8%
Color previews
#84ca79 text on a black background
contrast 10.71:1
Card sample
#84ca79 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84ca79;
Background color
Panel with #84ca79 background
background-color: #84ca79;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84ca79;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 202, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 202, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84ca79; background: linear-gradient(135deg, #84ca79, #79CAA4);