#7ba2a2
a balanced, soft cyan · cool · closest name: gray
RGB
123, 162, 162
HSL
180°, 17%, 56%
CMYK
24, 0, 0, 37
Luminance
0.3266
Every format
| HEX | #7ba2a2 |
| RGB | rgb(123, 162, 162) |
| HSL | hsl(180, 17%, 56%) |
| CMYK | cmyk(24%, 0%, 0%, 37%) |
| LAB | lab(63.9 -13.2 -4.3) |
| LCH | lch(63.9 13.9 198.2) |
| OKLCH | oklch(0.684 0.043 196.2) |
Copy-ready code
/* CSS */
color: #7ba2a2;
background-color: #7ba2a2;
/* Tailwind (arbitrary) */
class="text-[#7ba2a2] bg-[#7ba2a2]"
/* SCSS */
$brand: #7ba2a2;
/* SwiftUI */
Color(red: 0.482, green: 0.635, blue: 0.635)
/* Android */
Color.parseColor("#7ba2a2")Accessibility — WCAG contrast
Aa
#7ba2a2 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ba2a2 on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green63.5%
Blue63.5%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow0.0%
Key (black)36.5%
Color previews
#7ba2a2 text on a black background
contrast 7.53:1
Card sample
#7ba2a2 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ba2a2;
Background color
Panel with #7ba2a2 background
background-color: #7ba2a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ba2a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 162, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 162, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ba2a2; background: linear-gradient(135deg, #7ba2a2, #7B88A2);