#7ba4ba
a balanced, soft blue · cool · closest name: skyblue
RGB
123, 164, 186
HSL
201°, 31%, 61%
CMYK
34, 12, 0, 27
Luminance
0.3431
Every format
| HEX | #7ba4ba |
| RGB | rgb(123, 164, 186) |
| HSL | hsl(201, 31%, 61%) |
| CMYK | cmyk(34%, 12%, 0%, 27%) |
| LAB | lab(65.2 -8.4 -15.8) |
| LCH | lch(65.2 17.9 241.9) |
| OKLCH | oklch(0.697 0.055 232.0) |
Copy-ready code
/* CSS */
color: #7ba4ba;
background-color: #7ba4ba;
/* Tailwind (arbitrary) */
class="text-[#7ba4ba] bg-[#7ba4ba]"
/* SCSS */
$brand: #7ba4ba;
/* SwiftUI */
Color(red: 0.482, green: 0.643, blue: 0.729)
/* Android */
Color.parseColor("#7ba4ba")Accessibility — WCAG contrast
Aa
#7ba4ba on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ba4ba on black: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green64.3%
Blue72.9%
CMYK percentages
Cyan33.9%
Magenta11.8%
Yellow0.0%
Key (black)27.1%
Color previews
#7ba4ba text on a black background
contrast 7.86:1
Card sample
#7ba4ba text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ba4ba;
Background color
Panel with #7ba4ba background
background-color: #7ba4ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ba4ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 164, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 164, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ba4ba; background: linear-gradient(135deg, #7ba4ba, #7C7BBA);