#77a0c9
a balanced, soft blue · cool · closest name: steelblue
RGB
119, 160, 201
HSL
210°, 43%, 63%
CMYK
41, 20, 0, 21
Luminance
0.3328
Every format
| HEX | #77a0c9 |
| RGB | rgb(119, 160, 201) |
| HSL | hsl(210, 43%, 63%) |
| CMYK | cmyk(41%, 20%, 0%, 21%) |
| LAB | lab(64.4 -3.4 -25.4) |
| LCH | lch(64.4 25.6 262.4) |
| OKLCH | oklch(0.691 0.075 249.0) |
Copy-ready code
/* CSS */
color: #77a0c9;
background-color: #77a0c9;
/* Tailwind (arbitrary) */
class="text-[#77a0c9] bg-[#77a0c9]"
/* SCSS */
$brand: #77a0c9;
/* SwiftUI */
Color(red: 0.467, green: 0.627, blue: 0.788)
/* Android */
Color.parseColor("#77a0c9")Accessibility — WCAG contrast
Aa
#77a0c9 on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77a0c9 on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green62.7%
Blue78.8%
CMYK percentages
Cyan40.8%
Magenta20.4%
Yellow0.0%
Key (black)21.2%
Color previews
#77a0c9 text on a black background
contrast 7.66:1
Card sample
#77a0c9 text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77a0c9;
Background color
Panel with #77a0c9 background
background-color: #77a0c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77a0c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 160, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 160, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77a0c9; background: linear-gradient(135deg, #77a0c9, #8477C9);