#51ae79
a balanced, soft green · cool · closest name: seagreen
RGB
81, 174, 121
HSL
146°, 37%, 50%
CMYK
53, 0, 31, 32
Luminance
0.3340
Every format
| HEX | #51ae79 |
| RGB | rgb(81, 174, 121) |
| HSL | hsl(146, 37%, 50%) |
| CMYK | cmyk(53%, 0%, 31%, 32%) |
| LAB | lab(64.5 -40.0 19.0) |
| LCH | lch(64.5 44.3 154.6) |
| OKLCH | oklch(0.680 0.119 156.2) |
Copy-ready code
/* CSS */
color: #51ae79;
background-color: #51ae79;
/* Tailwind (arbitrary) */
class="text-[#51ae79] bg-[#51ae79]"
/* SCSS */
$brand: #51ae79;
/* SwiftUI */
Color(red: 0.318, green: 0.682, blue: 0.475)
/* Android */
Color.parseColor("#51ae79")Accessibility — WCAG contrast
Aa
#51ae79 on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#51ae79 on black: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green68.2%
Blue47.5%
CMYK percentages
Cyan53.4%
Magenta0.0%
Yellow30.5%
Key (black)31.8%
Color previews
#51ae79 text on a black background
contrast 7.68:1
Card sample
#51ae79 text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #51ae79;
Background color
Panel with #51ae79 background
background-color: #51ae79;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #51ae79;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 174, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 174, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #51ae79; background: linear-gradient(135deg, #51ae79, #51A5AE);