#7bac9b
a balanced, soft green · cool · closest name: silver
RGB
123, 172, 155
HSL
159°, 23%, 58%
CMYK
29, 0, 10, 33
Luminance
0.3608
Every format
| HEX | #7bac9b |
| RGB | rgb(123, 172, 155) |
| HSL | hsl(159, 23%, 58%) |
| CMYK | cmyk(29%, 0%, 10%, 33%) |
| LAB | lab(66.6 -20.0 3.5) |
| LCH | lch(66.6 20.3 170.0) |
| OKLCH | oklch(0.705 0.058 171.1) |
Copy-ready code
/* CSS */
color: #7bac9b;
background-color: #7bac9b;
/* Tailwind (arbitrary) */
class="text-[#7bac9b] bg-[#7bac9b]"
/* SCSS */
$brand: #7bac9b;
/* SwiftUI */
Color(red: 0.482, green: 0.675, blue: 0.608)
/* Android */
Color.parseColor("#7bac9b")Accessibility — WCAG contrast
Aa
#7bac9b on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bac9b on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green67.5%
Blue60.8%
CMYK percentages
Cyan28.5%
Magenta0.0%
Yellow9.9%
Key (black)32.5%
Color previews
#7bac9b text on a black background
contrast 8.22:1
Card sample
#7bac9b text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bac9b;
Background color
Panel with #7bac9b background
background-color: #7bac9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bac9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 172, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 172, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bac9b; background: linear-gradient(135deg, #7bac9b, #7B9CAC);