#779cff
a light, electric blue · cool · closest name: dodgerblue
RGB
119, 156, 255
HSL
224°, 100%, 73%
CMYK
53, 39, 0, 0
Luminance
0.3492
Every format
| HEX | #779cff |
| RGB | rgb(119, 156, 255) |
| HSL | hsl(224, 100%, 73%) |
| CMYK | cmyk(53%, 39%, 0%, 0%) |
| LAB | lab(65.7 14.8 -53.1) |
| LCH | lch(65.7 55.2 285.5) |
| OKLCH | oklch(0.709 0.151 267.1) |
Copy-ready code
/* CSS */
color: #779cff;
background-color: #779cff;
/* Tailwind (arbitrary) */
class="text-[#779cff] bg-[#779cff]"
/* SCSS */
$brand: #779cff;
/* SwiftUI */
Color(red: 0.467, green: 0.612, blue: 1.000)
/* Android */
Color.parseColor("#779cff")Accessibility — WCAG contrast
Aa
#779cff on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#779cff on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green61.2%
Blue100.0%
CMYK percentages
Cyan53.3%
Magenta38.8%
Yellow0.0%
Key (black)0.0%
Color previews
#779cff text on a black background
contrast 7.98:1
Card sample
#779cff text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #779cff;
Background color
Panel with #779cff background
background-color: #779cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #779cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 156, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 156, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #779cff; background: linear-gradient(135deg, #779cff, #AD77FF);