#7bacab
a balanced, soft cyan · cool · closest name: silver
RGB
123, 172, 171
HSL
179°, 23%, 58%
CMYK
29, 0, 1, 33
Luminance
0.3666
Every format
| HEX | #7bacab |
| RGB | rgb(123, 172, 171) |
| HSL | hsl(179, 23%, 58%) |
| CMYK | cmyk(29%, 0%, 1%, 33%) |
| LAB | lab(67.0 -16.4 -4.7) |
| LCH | lch(67.0 17.1 196.1) |
| OKLCH | oklch(0.710 0.052 194.4) |
Copy-ready code
/* CSS */
color: #7bacab;
background-color: #7bacab;
/* Tailwind (arbitrary) */
class="text-[#7bacab] bg-[#7bacab]"
/* SCSS */
$brand: #7bacab;
/* SwiftUI */
Color(red: 0.482, green: 0.675, blue: 0.671)
/* Android */
Color.parseColor("#7bacab")Accessibility — WCAG contrast
Aa
#7bacab on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bacab on black: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green67.5%
Blue67.1%
CMYK percentages
Cyan28.5%
Magenta0.0%
Yellow0.6%
Key (black)32.5%
Color previews
#7bacab text on a black background
contrast 8.33:1
Card sample
#7bacab text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bacab;
Background color
Panel with #7bacab background
background-color: #7bacab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bacab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 172, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 172, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bacab; background: linear-gradient(135deg, #7bacab, #7B8CAC);