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