#77adff
a light, electric blue · cool · closest name: dodgerblue
RGB
119, 173, 255
HSL
216°, 100%, 73%
CMYK
53, 32, 0, 0
Luminance
0.4103
Every format
| HEX | #77adff |
| RGB | rgb(119, 173, 255) |
| HSL | hsl(216, 100%, 73%) |
| CMYK | cmyk(53%, 32%, 0%, 0%) |
| LAB | lab(70.2 5.0 -46.0) |
| LCH | lch(70.2 46.3 276.2) |
| OKLCH | oklch(0.744 0.132 258.5) |
Copy-ready code
/* CSS */
color: #77adff;
background-color: #77adff;
/* Tailwind (arbitrary) */
class="text-[#77adff] bg-[#77adff]"
/* SCSS */
$brand: #77adff;
/* SwiftUI */
Color(red: 0.467, green: 0.678, blue: 1.000)
/* Android */
Color.parseColor("#77adff")Accessibility — WCAG contrast
Aa
#77adff on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77adff on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green67.8%
Blue100.0%
CMYK percentages
Cyan53.3%
Magenta32.2%
Yellow0.0%
Key (black)0.0%
Color previews
#77adff text on a black background
contrast 9.21:1
Card sample
#77adff text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77adff;
Background color
Panel with #77adff background
background-color: #77adff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77adff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 173, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 173, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77adff; background: linear-gradient(135deg, #77adff, #9C77FF);