#7ba9af
a balanced, soft cyan · cool · closest name: skyblue
RGB
123, 169, 175
HSL
187°, 25%, 58%
CMYK
30, 3, 0, 31
Luminance
0.3568
Every format
| HEX | #7ba9af |
| RGB | rgb(123, 169, 175) |
| HSL | hsl(187, 25%, 58%) |
| CMYK | cmyk(30%, 3%, 0%, 31%) |
| LAB | lab(66.3 -13.9 -8.1) |
| LCH | lch(66.3 16.0 210.1) |
| OKLCH | oklch(0.704 0.050 206.2) |
Copy-ready code
/* CSS */
color: #7ba9af;
background-color: #7ba9af;
/* Tailwind (arbitrary) */
class="text-[#7ba9af] bg-[#7ba9af]"
/* SCSS */
$brand: #7ba9af;
/* SwiftUI */
Color(red: 0.482, green: 0.663, blue: 0.686)
/* Android */
Color.parseColor("#7ba9af")Accessibility — WCAG contrast
Aa
#7ba9af on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ba9af on black: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green66.3%
Blue68.6%
CMYK percentages
Cyan29.7%
Magenta3.4%
Yellow0.0%
Key (black)31.4%
Color previews
#7ba9af text on a black background
contrast 8.14:1
Card sample
#7ba9af text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ba9af;
Background color
Panel with #7ba9af background
background-color: #7ba9af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ba9af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 169, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 169, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ba9af; background: linear-gradient(135deg, #7ba9af, #7B86AF);