#7ba7af
a balanced, soft cyan · cool · closest name: skyblue
RGB
123, 167, 175
HSL
189°, 25%, 58%
CMYK
30, 5, 0, 31
Luminance
0.3494
Every format
| HEX | #7ba7af |
| RGB | rgb(123, 167, 175) |
| HSL | hsl(189, 25%, 58%) |
| CMYK | cmyk(30%, 5%, 0%, 31%) |
| LAB | lab(65.7 -12.8 -8.9) |
| LCH | lch(65.7 15.6 214.9) |
| OKLCH | oklch(0.699 0.049 210.0) |
Copy-ready code
/* CSS */
color: #7ba7af;
background-color: #7ba7af;
/* Tailwind (arbitrary) */
class="text-[#7ba7af] bg-[#7ba7af]"
/* SCSS */
$brand: #7ba7af;
/* SwiftUI */
Color(red: 0.482, green: 0.655, blue: 0.686)
/* Android */
Color.parseColor("#7ba7af")Accessibility — WCAG contrast
Aa
#7ba7af on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ba7af on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green65.5%
Blue68.6%
CMYK percentages
Cyan29.7%
Magenta4.6%
Yellow0.0%
Key (black)31.4%
Color previews
#7ba7af text on a black background
contrast 7.99:1
Card sample
#7ba7af text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ba7af;
Background color
Panel with #7ba7af background
background-color: #7ba7af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ba7af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 167, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 167, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ba7af; background: linear-gradient(135deg, #7ba7af, #7B84AF);