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