#7779af
a balanced, soft blue · warm · closest name: steelblue
RGB
119, 121, 175
HSL
238°, 26%, 58%
CMYK
32, 31, 0, 31
Luminance
0.2069
Every format
| HEX | #7779af |
| RGB | rgb(119, 121, 175) |
| HSL | hsl(238, 26%, 58%) |
| CMYK | cmyk(32%, 31%, 0%, 31%) |
| LAB | lab(52.6 12.1 -28.9) |
| LCH | lch(52.6 31.3 292.7) |
| OKLCH | oklch(0.596 0.082 282.0) |
Copy-ready code
/* CSS */
color: #7779af;
background-color: #7779af;
/* Tailwind (arbitrary) */
class="text-[#7779af] bg-[#7779af]"
/* SCSS */
$brand: #7779af;
/* SwiftUI */
Color(red: 0.467, green: 0.475, blue: 0.686)
/* Android */
Color.parseColor("#7779af")Accessibility — WCAG contrast
Aa
#7779af on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7779af on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green47.5%
Blue68.6%
CMYK percentages
Cyan32.0%
Magenta30.9%
Yellow0.0%
Key (black)31.4%
Color previews
#7779af text on a black background
contrast 5.14:1
Card sample
#7779af text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7779af;
Background color
Panel with #7779af background
background-color: #7779af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7779af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 121, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 121, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7779af; background: linear-gradient(135deg, #7779af, #9A77AF);