#7baf7f
a balanced, soft green · cool · closest name: seagreen
RGB
123, 175, 127
HSL
125°, 25%, 58%
CMYK
30, 0, 27, 31
Luminance
0.3640
Every format
| HEX | #7baf7f |
| RGB | rgb(123, 175, 127) |
| HSL | hsl(125, 25%, 58%) |
| CMYK | cmyk(30%, 0%, 27%, 31%) |
| LAB | lab(66.8 -27.0 19.3) |
| LCH | lch(66.8 33.2 144.5) |
| OKLCH | oklch(0.704 0.088 146.5) |
Copy-ready code
/* CSS */
color: #7baf7f;
background-color: #7baf7f;
/* Tailwind (arbitrary) */
class="text-[#7baf7f] bg-[#7baf7f]"
/* SCSS */
$brand: #7baf7f;
/* SwiftUI */
Color(red: 0.482, green: 0.686, blue: 0.498)
/* Android */
Color.parseColor("#7baf7f")Accessibility — WCAG contrast
Aa
#7baf7f on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7baf7f on black: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green68.6%
Blue49.8%
CMYK percentages
Cyan29.7%
Magenta0.0%
Yellow27.4%
Key (black)31.4%
Color previews
#7baf7f text on a black background
contrast 8.28:1
Card sample
#7baf7f text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7baf7f;
Background color
Panel with #7baf7f background
background-color: #7baf7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7baf7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 175, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 175, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7baf7f; background: linear-gradient(135deg, #7baf7f, #7BAFA2);