#877eb4
a balanced, soft blue · warm · closest name: steelblue
RGB
135, 126, 180
HSL
250°, 27%, 60%
CMYK
25, 30, 0, 29
Luminance
0.2337
Every format
| HEX | #877eb4 |
| RGB | rgb(135, 126, 180) |
| HSL | hsl(250, 27%, 60%) |
| CMYK | cmyk(25%, 30%, 0%, 29%) |
| LAB | lab(55.5 15.3 -27.2) |
| LCH | lch(55.5 31.3 299.3) |
| OKLCH | oklch(0.622 0.081 291.5) |
Copy-ready code
/* CSS */
color: #877eb4;
background-color: #877eb4;
/* Tailwind (arbitrary) */
class="text-[#877eb4] bg-[#877eb4]"
/* SCSS */
$brand: #877eb4;
/* SwiftUI */
Color(red: 0.529, green: 0.494, blue: 0.706)
/* Android */
Color.parseColor("#877eb4")Accessibility — WCAG contrast
Aa
#877eb4 on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#877eb4 on black: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green49.4%
Blue70.6%
CMYK percentages
Cyan25.0%
Magenta30.0%
Yellow0.0%
Key (black)29.4%
Color previews
#877eb4 text on a black background
contrast 5.67:1
Card sample
#877eb4 text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #877eb4;
Background color
Panel with #877eb4 background
background-color: #877eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #877eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 126, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 126, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #877eb4; background: linear-gradient(135deg, #877eb4, #AB7EB4);