#7ba3ac
a balanced, soft cyan · cool · closest name: gray
RGB
123, 163, 172
HSL
191°, 23%, 58%
CMYK
29, 5, 0, 33
Luminance
0.3338
Every format
| HEX | #7ba3ac |
| RGB | rgb(123, 163, 172) |
| HSL | hsl(191, 23%, 58%) |
| CMYK | cmyk(29%, 5%, 0%, 33%) |
| LAB | lab(64.5 -11.4 -9.1) |
| LCH | lch(64.5 14.5 218.6) |
| OKLCH | oklch(0.689 0.045 213.0) |
Copy-ready code
/* CSS */
color: #7ba3ac;
background-color: #7ba3ac;
/* Tailwind (arbitrary) */
class="text-[#7ba3ac] bg-[#7ba3ac]"
/* SCSS */
$brand: #7ba3ac;
/* SwiftUI */
Color(red: 0.482, green: 0.639, blue: 0.675)
/* Android */
Color.parseColor("#7ba3ac")Accessibility — WCAG contrast
Aa
#7ba3ac on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ba3ac on black: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green63.9%
Blue67.5%
CMYK percentages
Cyan28.5%
Magenta5.2%
Yellow0.0%
Key (black)32.5%
Color previews
#7ba3ac text on a black background
contrast 7.68:1
Card sample
#7ba3ac text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ba3ac;
Background color
Panel with #7ba3ac background
background-color: #7ba3ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ba3ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 163, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 163, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ba3ac; background: linear-gradient(135deg, #7ba3ac, #7B82AC);