#77aacc
a balanced, vivid blue · cool · closest name: skyblue
RGB
119, 170, 204
HSL
204°, 46%, 63%
CMYK
42, 17, 0, 20
Luminance
0.3703
Every format
| HEX | #77aacc |
| RGB | rgb(119, 170, 204) |
| HSL | hsl(204, 46%, 63%) |
| CMYK | cmyk(42%, 17%, 0%, 20%) |
| LAB | lab(67.3 -8.1 -22.6) |
| LCH | lch(67.3 24.0 250.4) |
| OKLCH | oklch(0.715 0.073 238.3) |
Copy-ready code
/* CSS */
color: #77aacc;
background-color: #77aacc;
/* Tailwind (arbitrary) */
class="text-[#77aacc] bg-[#77aacc]"
/* SCSS */
$brand: #77aacc;
/* SwiftUI */
Color(red: 0.467, green: 0.667, blue: 0.800)
/* Android */
Color.parseColor("#77aacc")Accessibility — WCAG contrast
Aa
#77aacc on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77aacc on black: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green66.7%
Blue80.0%
CMYK percentages
Cyan41.7%
Magenta16.7%
Yellow0.0%
Key (black)20.0%
Color previews
#77aacc text on a black background
contrast 8.41:1
Card sample
#77aacc text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77aacc;
Background color
Panel with #77aacc background
background-color: #77aacc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77aacc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 170, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 170, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77aacc; background: linear-gradient(135deg, #77aacc, #7D77CC);