#779cee
a light, electric blue · cool · closest name: dodgerblue
RGB
119, 156, 238
HSL
221°, 78%, 70%
CMYK
50, 35, 0, 7
Luminance
0.3387
Every format
| HEX | #779cee |
| RGB | rgb(119, 156, 238) |
| HSL | hsl(221, 78%, 70%) |
| CMYK | cmyk(50%, 35%, 0%, 7%) |
| LAB | lab(64.9 9.6 -45.1) |
| LCH | lch(64.9 46.2 282.0) |
| OKLCH | oklch(0.700 0.128 264.9) |
Copy-ready code
/* CSS */
color: #779cee;
background-color: #779cee;
/* Tailwind (arbitrary) */
class="text-[#779cee] bg-[#779cee]"
/* SCSS */
$brand: #779cee;
/* SwiftUI */
Color(red: 0.467, green: 0.612, blue: 0.933)
/* Android */
Color.parseColor("#779cee")Accessibility — WCAG contrast
Aa
#779cee on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#779cee on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green61.2%
Blue93.3%
CMYK percentages
Cyan50.0%
Magenta34.5%
Yellow0.0%
Key (black)6.7%
Color previews
#779cee text on a black background
contrast 7.77:1
Card sample
#779cee text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #779cee;
Background color
Panel with #779cee background
background-color: #779cee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #779cee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 156, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 156, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #779cee; background: linear-gradient(135deg, #779cee, #A177EE);