#77acfd
a light, electric blue · cool · closest name: dodgerblue
RGB
119, 172, 253
HSL
216°, 97%, 73%
CMYK
53, 32, 0, 1
Luminance
0.4052
Every format
| HEX | #77acfd |
| RGB | rgb(119, 172, 253) |
| HSL | hsl(216, 97%, 73%) |
| CMYK | cmyk(53%, 32%, 0%, 1%) |
| LAB | lab(69.8 5.0 -45.5) |
| LCH | lch(69.8 45.8 276.2) |
| OKLCH | oklch(0.741 0.131 258.6) |
Copy-ready code
/* CSS */
color: #77acfd;
background-color: #77acfd;
/* Tailwind (arbitrary) */
class="text-[#77acfd] bg-[#77acfd]"
/* SCSS */
$brand: #77acfd;
/* SwiftUI */
Color(red: 0.467, green: 0.675, blue: 0.992)
/* Android */
Color.parseColor("#77acfd")Accessibility — WCAG contrast
Aa
#77acfd on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77acfd on black: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green67.5%
Blue99.2%
CMYK percentages
Cyan53.0%
Magenta32.0%
Yellow0.0%
Key (black)0.8%
Color previews
#77acfd text on a black background
contrast 9.10:1
Card sample
#77acfd text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77acfd;
Background color
Panel with #77acfd background
background-color: #77acfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77acfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 172, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 172, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77acfd; background: linear-gradient(135deg, #77acfd, #9B77FD);