#57ab7f
a balanced, soft green · cool · closest name: seagreen
RGB
87, 171, 127
HSL
149°, 33%, 51%
CMYK
49, 0, 26, 33
Luminance
0.3268
Every format
| HEX | #57ab7f |
| RGB | rgb(87, 171, 127) |
| HSL | hsl(149, 33%, 51%) |
| CMYK | cmyk(49%, 0%, 26%, 33%) |
| LAB | lab(63.9 -35.9 15.0) |
| LCH | lch(63.9 38.9 157.4) |
| OKLCH | oklch(0.676 0.106 158.9) |
Copy-ready code
/* CSS */
color: #57ab7f;
background-color: #57ab7f;
/* Tailwind (arbitrary) */
class="text-[#57ab7f] bg-[#57ab7f]"
/* SCSS */
$brand: #57ab7f;
/* SwiftUI */
Color(red: 0.341, green: 0.671, blue: 0.498)
/* Android */
Color.parseColor("#57ab7f")Accessibility — WCAG contrast
Aa
#57ab7f on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#57ab7f on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green67.1%
Blue49.8%
CMYK percentages
Cyan49.1%
Magenta0.0%
Yellow25.7%
Key (black)32.9%
Color previews
#57ab7f text on a black background
contrast 7.54:1
Card sample
#57ab7f text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #57ab7f;
Background color
Panel with #57ab7f background
background-color: #57ab7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #57ab7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 171, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 171, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #57ab7f; background: linear-gradient(135deg, #57ab7f, #579FAB);