#7bad9c
a balanced, soft green · cool · closest name: silver
RGB
123, 173, 156
HSL
160°, 23%, 58%
CMYK
29, 0, 10, 32
Luminance
0.3650
Every format
| HEX | #7bad9c |
| RGB | rgb(123, 173, 156) |
| HSL | hsl(160, 23%, 58%) |
| CMYK | cmyk(29%, 0%, 10%, 32%) |
| LAB | lab(66.9 -20.3 3.4) |
| LCH | lch(66.9 20.6 170.4) |
| OKLCH | oklch(0.707 0.059 171.5) |
Copy-ready code
/* CSS */
color: #7bad9c;
background-color: #7bad9c;
/* Tailwind (arbitrary) */
class="text-[#7bad9c] bg-[#7bad9c]"
/* SCSS */
$brand: #7bad9c;
/* SwiftUI */
Color(red: 0.482, green: 0.678, blue: 0.612)
/* Android */
Color.parseColor("#7bad9c")Accessibility — WCAG contrast
Aa
#7bad9c on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bad9c on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green67.8%
Blue61.2%
CMYK percentages
Cyan28.9%
Magenta0.0%
Yellow9.8%
Key (black)32.2%
Color previews
#7bad9c text on a black background
contrast 8.30:1
Card sample
#7bad9c text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bad9c;
Background color
Panel with #7bad9c background
background-color: #7bad9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bad9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 173, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 173, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bad9c; background: linear-gradient(135deg, #7bad9c, #7B9DAD);