#779ffc
a light, electric blue · cool · closest name: dodgerblue
RGB
119, 159, 252
HSL
222°, 96%, 73%
CMYK
53, 37, 0, 1
Luminance
0.3575
Every format
| HEX | #779ffc |
| RGB | rgb(119, 159, 252) |
| HSL | hsl(222, 96%, 73%) |
| CMYK | cmyk(53%, 37%, 0%, 1%) |
| LAB | lab(66.3 12.1 -50.5) |
| LCH | lch(66.3 51.9 283.5) |
| OKLCH | oklch(0.714 0.143 265.3) |
Copy-ready code
/* CSS */
color: #779ffc;
background-color: #779ffc;
/* Tailwind (arbitrary) */
class="text-[#779ffc] bg-[#779ffc]"
/* SCSS */
$brand: #779ffc;
/* SwiftUI */
Color(red: 0.467, green: 0.624, blue: 0.988)
/* Android */
Color.parseColor("#779ffc")Accessibility — WCAG contrast
Aa
#779ffc on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#779ffc on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green62.4%
Blue98.8%
CMYK percentages
Cyan52.8%
Magenta36.9%
Yellow0.0%
Key (black)1.2%
Color previews
#779ffc text on a black background
contrast 8.15:1
Card sample
#779ffc text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #779ffc;
Background color
Panel with #779ffc background
background-color: #779ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #779ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 159, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 159, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #779ffc; background: linear-gradient(135deg, #779ffc, #A877FC);