#7ba4af
a balanced, soft cyan · cool · closest name: skyblue
RGB
123, 164, 175
HSL
193°, 25%, 58%
CMYK
30, 6, 0, 31
Luminance
0.3386
Every format
| HEX | #7ba4af |
| RGB | rgb(123, 164, 175) |
| HSL | hsl(193, 25%, 58%) |
| CMYK | cmyk(30%, 6%, 0%, 31%) |
| LAB | lab(64.8 -11.2 -10.2) |
| LCH | lch(64.8 15.1 222.3) |
| OKLCH | oklch(0.693 0.047 216.1) |
Copy-ready code
/* CSS */
color: #7ba4af;
background-color: #7ba4af;
/* Tailwind (arbitrary) */
class="text-[#7ba4af] bg-[#7ba4af]"
/* SCSS */
$brand: #7ba4af;
/* SwiftUI */
Color(red: 0.482, green: 0.643, blue: 0.686)
/* Android */
Color.parseColor("#7ba4af")Accessibility — WCAG contrast
Aa
#7ba4af on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ba4af on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green64.3%
Blue68.6%
CMYK percentages
Cyan29.7%
Magenta6.3%
Yellow0.0%
Key (black)31.4%
Color previews
#7ba4af text on a black background
contrast 7.77:1
Card sample
#7ba4af text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ba4af;
Background color
Panel with #7ba4af background
background-color: #7ba4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ba4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 164, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 164, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ba4af; background: linear-gradient(135deg, #7ba4af, #7B81AF);