#7ba5ac
a balanced, soft cyan · cool · closest name: gray
RGB
123, 165, 172
HSL
189°, 23%, 58%
CMYK
29, 4, 0, 33
Luminance
0.3410
Every format
| HEX | #7ba5ac |
| RGB | rgb(123, 165, 172) |
| HSL | hsl(189, 23%, 58%) |
| CMYK | cmyk(29%, 4%, 0%, 33%) |
| LAB | lab(65.0 -12.4 -8.2) |
| LCH | lch(65.0 14.9 213.5) |
| OKLCH | oklch(0.694 0.046 208.8) |
Copy-ready code
/* CSS */
color: #7ba5ac;
background-color: #7ba5ac;
/* Tailwind (arbitrary) */
class="text-[#7ba5ac] bg-[#7ba5ac]"
/* SCSS */
$brand: #7ba5ac;
/* SwiftUI */
Color(red: 0.482, green: 0.647, blue: 0.675)
/* Android */
Color.parseColor("#7ba5ac")Accessibility — WCAG contrast
Aa
#7ba5ac on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ba5ac on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green64.7%
Blue67.5%
CMYK percentages
Cyan28.5%
Magenta4.1%
Yellow0.0%
Key (black)32.5%
Color previews
#7ba5ac text on a black background
contrast 7.82:1
Card sample
#7ba5ac text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ba5ac;
Background color
Panel with #7ba5ac background
background-color: #7ba5ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ba5ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 165, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 165, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ba5ac; background: linear-gradient(135deg, #7ba5ac, #7B84AC);