#7ba791
a balanced, soft green · cool · closest name: gray
RGB
123, 167, 145
HSL
150°, 20%, 57%
CMYK
26, 0, 13, 35
Luminance
0.3389
Every format
| HEX | #7ba791 |
| RGB | rgb(123, 167, 145) |
| HSL | hsl(150, 20%, 57%) |
| CMYK | cmyk(26%, 0%, 13%, 35%) |
| LAB | lab(64.9 -19.5 6.6) |
| LCH | lch(64.9 20.6 161.3) |
| OKLCH | oklch(0.690 0.058 162.7) |
Copy-ready code
/* CSS */
color: #7ba791;
background-color: #7ba791;
/* Tailwind (arbitrary) */
class="text-[#7ba791] bg-[#7ba791]"
/* SCSS */
$brand: #7ba791;
/* SwiftUI */
Color(red: 0.482, green: 0.655, blue: 0.569)
/* Android */
Color.parseColor("#7ba791")Accessibility — WCAG contrast
Aa
#7ba791 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ba791 on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green65.5%
Blue56.9%
CMYK percentages
Cyan26.3%
Magenta0.0%
Yellow13.2%
Key (black)34.5%
Color previews
#7ba791 text on a black background
contrast 7.78:1
Card sample
#7ba791 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ba791;
Background color
Panel with #7ba791 background
background-color: #7ba791;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ba791;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 167, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 167, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ba791; background: linear-gradient(135deg, #7ba791, #7BA0A7);