#779cd5
a light, vivid blue · cool · closest name: steelblue
RGB
119, 156, 213
HSL
216°, 53%, 65%
CMYK
44, 27, 0, 17
Luminance
0.3250
Every format
| HEX | #779cd5 |
| RGB | rgb(119, 156, 213) |
| HSL | hsl(216, 53%, 65%) |
| CMYK | cmyk(44%, 27%, 0%, 17%) |
| LAB | lab(63.8 2.3 -33.1) |
| LCH | lch(63.8 33.1 273.9) |
| OKLCH | oklch(0.688 0.094 258.8) |
Copy-ready code
/* CSS */
color: #779cd5;
background-color: #779cd5;
/* Tailwind (arbitrary) */
class="text-[#779cd5] bg-[#779cd5]"
/* SCSS */
$brand: #779cd5;
/* SwiftUI */
Color(red: 0.467, green: 0.612, blue: 0.835)
/* Android */
Color.parseColor("#779cd5")Accessibility — WCAG contrast
Aa
#779cd5 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#779cd5 on black: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green61.2%
Blue83.5%
CMYK percentages
Cyan44.1%
Magenta26.8%
Yellow0.0%
Key (black)16.5%
Color previews
#779cd5 text on a black background
contrast 7.50:1
Card sample
#779cd5 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #779cd5;
Background color
Panel with #779cd5 background
background-color: #779cd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #779cd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 156, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 156, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #779cd5; background: linear-gradient(135deg, #779cd5, #9177D5);