#779afd
a light, electric blue · cool · closest name: dodgerblue
RGB
119, 154, 253
HSL
224°, 97%, 73%
CMYK
53, 39, 0, 1
Luminance
0.3412
Every format
| HEX | #779afd |
| RGB | rgb(119, 154, 253) |
| HSL | hsl(224, 97%, 73%) |
| CMYK | cmyk(53%, 39%, 0%, 1%) |
| LAB | lab(65.1 15.3 -53.0) |
| LCH | lch(65.1 55.2 286.1) |
| OKLCH | oklch(0.704 0.150 267.7) |
Copy-ready code
/* CSS */
color: #779afd;
background-color: #779afd;
/* Tailwind (arbitrary) */
class="text-[#779afd] bg-[#779afd]"
/* SCSS */
$brand: #779afd;
/* SwiftUI */
Color(red: 0.467, green: 0.604, blue: 0.992)
/* Android */
Color.parseColor("#779afd")Accessibility — WCAG contrast
Aa
#779afd on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#779afd on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green60.4%
Blue99.2%
CMYK percentages
Cyan53.0%
Magenta39.1%
Yellow0.0%
Key (black)0.8%
Color previews
#779afd text on a black background
contrast 7.82:1
Card sample
#779afd text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #779afd;
Background color
Panel with #779afd background
background-color: #779afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #779afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 154, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 154, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #779afd; background: linear-gradient(135deg, #779afd, #AD77FD);