#77afff
a light, electric blue · cool · closest name: dodgerblue
RGB
119, 175, 255
HSL
215°, 100%, 73%
CMYK
53, 31, 0, 0
Luminance
0.4180
Every format
| HEX | #77afff |
| RGB | rgb(119, 175, 255) |
| HSL | hsl(215, 100%, 73%) |
| CMYK | cmyk(53%, 31%, 0%, 0%) |
| LAB | lab(70.7 3.9 -45.2) |
| LCH | lch(70.7 45.4 274.9) |
| OKLCH | oklch(0.749 0.130 257.3) |
Copy-ready code
/* CSS */
color: #77afff;
background-color: #77afff;
/* Tailwind (arbitrary) */
class="text-[#77afff] bg-[#77afff]"
/* SCSS */
$brand: #77afff;
/* SwiftUI */
Color(red: 0.467, green: 0.686, blue: 1.000)
/* Android */
Color.parseColor("#77afff")Accessibility — WCAG contrast
Aa
#77afff on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77afff on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green68.6%
Blue100.0%
CMYK percentages
Cyan53.3%
Magenta31.4%
Yellow0.0%
Key (black)0.0%
Color previews
#77afff text on a black background
contrast 9.36:1
Card sample
#77afff text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77afff;
Background color
Panel with #77afff background
background-color: #77afff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77afff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 175, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 175, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77afff; background: linear-gradient(135deg, #77afff, #9A77FF);