#779fee
a light, electric blue · cool · closest name: dodgerblue
RGB
119, 159, 238
HSL
220°, 78%, 70%
CMYK
50, 33, 0, 7
Luminance
0.3489
Every format
| HEX | #779fee |
| RGB | rgb(119, 159, 238) |
| HSL | hsl(220, 78%, 70%) |
| CMYK | cmyk(50%, 33%, 0%, 7%) |
| LAB | lab(65.7 7.9 -43.9) |
| LCH | lch(65.7 44.6 280.2) |
| OKLCH | oklch(0.706 0.124 263.1) |
Copy-ready code
/* CSS */
color: #779fee;
background-color: #779fee;
/* Tailwind (arbitrary) */
class="text-[#779fee] bg-[#779fee]"
/* SCSS */
$brand: #779fee;
/* SwiftUI */
Color(red: 0.467, green: 0.624, blue: 0.933)
/* Android */
Color.parseColor("#779fee")Accessibility — WCAG contrast
Aa
#779fee on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#779fee on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green62.4%
Blue93.3%
CMYK percentages
Cyan50.0%
Magenta33.2%
Yellow0.0%
Key (black)6.7%
Color previews
#779fee text on a black background
contrast 7.98:1
Card sample
#779fee text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #779fee;
Background color
Panel with #779fee background
background-color: #779fee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #779fee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 159, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 159, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #779fee; background: linear-gradient(135deg, #779fee, #9E77EE);