#77aaff
a light, electric blue · cool · closest name: dodgerblue
RGB
119, 170, 255
HSL
218°, 100%, 73%
CMYK
53, 33, 0, 0
Luminance
0.3989
Every format
| HEX | #77aaff |
| RGB | rgb(119, 170, 255) |
| HSL | hsl(218, 100%, 73%) |
| CMYK | cmyk(53%, 33%, 0%, 0%) |
| LAB | lab(69.4 6.7 -47.3) |
| LCH | lch(69.4 47.8 278.1) |
| OKLCH | oklch(0.738 0.135 260.2) |
Copy-ready code
/* CSS */
color: #77aaff;
background-color: #77aaff;
/* Tailwind (arbitrary) */
class="text-[#77aaff] bg-[#77aaff]"
/* SCSS */
$brand: #77aaff;
/* SwiftUI */
Color(red: 0.467, green: 0.667, blue: 1.000)
/* Android */
Color.parseColor("#77aaff")Accessibility — WCAG contrast
Aa
#77aaff on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77aaff on black: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green66.7%
Blue100.0%
CMYK percentages
Cyan53.3%
Magenta33.3%
Yellow0.0%
Key (black)0.0%
Color previews
#77aaff text on a black background
contrast 8.98:1
Card sample
#77aaff text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77aaff;
Background color
Panel with #77aaff background
background-color: #77aaff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77aaff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 170, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 170, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77aaff; background: linear-gradient(135deg, #77aaff, #9F77FF);