#7cac7b
a balanced, soft green · cool · closest name: seagreen
RGB
124, 172, 123
HSL
119°, 23%, 58%
CMYK
28, 0, 29, 33
Luminance
0.3522
Every format
| HEX | #7cac7b |
| RGB | rgb(124, 172, 123) |
| HSL | hsl(119, 23%, 58%) |
| CMYK | cmyk(28%, 0%, 29%, 33%) |
| LAB | lab(65.9 -25.9 20.2) |
| LCH | lch(65.9 32.8 142.0) |
| OKLCH | oklch(0.697 0.087 144.1) |
Copy-ready code
/* CSS */
color: #7cac7b;
background-color: #7cac7b;
/* Tailwind (arbitrary) */
class="text-[#7cac7b] bg-[#7cac7b]"
/* SCSS */
$brand: #7cac7b;
/* SwiftUI */
Color(red: 0.486, green: 0.675, blue: 0.482)
/* Android */
Color.parseColor("#7cac7b")Accessibility — WCAG contrast
Aa
#7cac7b on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cac7b on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green67.5%
Blue48.2%
CMYK percentages
Cyan27.9%
Magenta0.0%
Yellow28.5%
Key (black)32.5%
Color previews
#7cac7b text on a black background
contrast 8.04:1
Card sample
#7cac7b text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cac7b;
Background color
Panel with #7cac7b background
background-color: #7cac7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cac7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 172, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 172, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cac7b; background: linear-gradient(135deg, #7cac7b, #7BAC9B);