#8779ba
a balanced, soft blue · warm · closest name: steelblue
RGB
135, 121, 186
HSL
253°, 32%, 60%
CMYK
27, 35, 0, 27
Luminance
0.2237
Every format
| HEX | #8779ba |
| RGB | rgb(135, 121, 186) |
| HSL | hsl(253, 32%, 60%) |
| CMYK | cmyk(27%, 35%, 0%, 27%) |
| LAB | lab(54.4 19.8 -32.3) |
| LCH | lch(54.4 37.8 301.5) |
| OKLCH | oklch(0.615 0.098 293.2) |
Copy-ready code
/* CSS */
color: #8779ba;
background-color: #8779ba;
/* Tailwind (arbitrary) */
class="text-[#8779ba] bg-[#8779ba]"
/* SCSS */
$brand: #8779ba;
/* SwiftUI */
Color(red: 0.529, green: 0.475, blue: 0.729)
/* Android */
Color.parseColor("#8779ba")Accessibility — WCAG contrast
Aa
#8779ba on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8779ba on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green47.5%
Blue72.9%
CMYK percentages
Cyan27.4%
Magenta34.9%
Yellow0.0%
Key (black)27.1%
Color previews
#8779ba text on a black background
contrast 5.47:1
Card sample
#8779ba text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8779ba;
Background color
Panel with #8779ba background
background-color: #8779ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8779ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 121, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 121, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8779ba; background: linear-gradient(135deg, #8779ba, #B279BA);