#77aabb
a balanced, soft cyan · cool · closest name: skyblue
RGB
119, 170, 187
HSL
195°, 33%, 60%
CMYK
36, 9, 0, 27
Luminance
0.3626
Every format
| HEX | #77aabb |
| RGB | rgb(119, 170, 187) |
| HSL | hsl(195, 33%, 60%) |
| CMYK | cmyk(36%, 9%, 0%, 27%) |
| LAB | lab(66.7 -12.6 -14.1) |
| LCH | lch(66.7 18.9 228.3) |
| OKLCH | oklch(0.708 0.059 220.7) |
Copy-ready code
/* CSS */
color: #77aabb;
background-color: #77aabb;
/* Tailwind (arbitrary) */
class="text-[#77aabb] bg-[#77aabb]"
/* SCSS */
$brand: #77aabb;
/* SwiftUI */
Color(red: 0.467, green: 0.667, blue: 0.733)
/* Android */
Color.parseColor("#77aabb")Accessibility — WCAG contrast
Aa
#77aabb on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77aabb on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green66.7%
Blue73.3%
CMYK percentages
Cyan36.4%
Magenta9.1%
Yellow0.0%
Key (black)26.7%
Color previews
#77aabb text on a black background
contrast 8.25:1
Card sample
#77aabb text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77aabb;
Background color
Panel with #77aabb background
background-color: #77aabb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77aabb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 170, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 170, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77aabb; background: linear-gradient(135deg, #77aabb, #777DBB);