#77a4cc
a balanced, vivid blue · cool · closest name: steelblue
RGB
119, 164, 204
HSL
208°, 46%, 63%
CMYK
42, 20, 0, 20
Luminance
0.3483
Every format
| HEX | #77a4cc |
| RGB | rgb(119, 164, 204) |
| HSL | hsl(208, 46%, 63%) |
| CMYK | cmyk(42%, 20%, 0%, 20%) |
| LAB | lab(65.6 -4.8 -25.2) |
| LCH | lch(65.6 25.6 259.3) |
| OKLCH | oklch(0.701 0.076 246.0) |
Copy-ready code
/* CSS */
color: #77a4cc;
background-color: #77a4cc;
/* Tailwind (arbitrary) */
class="text-[#77a4cc] bg-[#77a4cc]"
/* SCSS */
$brand: #77a4cc;
/* SwiftUI */
Color(red: 0.467, green: 0.643, blue: 0.800)
/* Android */
Color.parseColor("#77a4cc")Accessibility — WCAG contrast
Aa
#77a4cc on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77a4cc on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green64.3%
Blue80.0%
CMYK percentages
Cyan41.7%
Magenta19.6%
Yellow0.0%
Key (black)20.0%
Color previews
#77a4cc text on a black background
contrast 7.97:1
Card sample
#77a4cc text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77a4cc;
Background color
Panel with #77a4cc background
background-color: #77a4cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77a4cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 164, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 164, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77a4cc; background: linear-gradient(135deg, #77a4cc, #8277CC);