#877eb3
a balanced, soft blue · warm · closest name: steelblue
RGB
135, 126, 179
HSL
250°, 26%, 60%
CMYK
25, 30, 0, 30
Luminance
0.2333
Every format
| HEX | #877eb3 |
| RGB | rgb(135, 126, 179) |
| HSL | hsl(250, 26%, 60%) |
| CMYK | cmyk(25%, 30%, 0%, 30%) |
| LAB | lab(55.4 15.1 -26.7) |
| LCH | lch(55.4 30.7 299.4) |
| OKLCH | oklch(0.621 0.080 291.7) |
Copy-ready code
/* CSS */
color: #877eb3;
background-color: #877eb3;
/* Tailwind (arbitrary) */
class="text-[#877eb3] bg-[#877eb3]"
/* SCSS */
$brand: #877eb3;
/* SwiftUI */
Color(red: 0.529, green: 0.494, blue: 0.702)
/* Android */
Color.parseColor("#877eb3")Accessibility — WCAG contrast
Aa
#877eb3 on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#877eb3 on black: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green49.4%
Blue70.2%
CMYK percentages
Cyan24.6%
Magenta29.6%
Yellow0.0%
Key (black)29.8%
Color previews
#877eb3 text on a black background
contrast 5.67:1
Card sample
#877eb3 text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #877eb3;
Background color
Panel with #877eb3 background
background-color: #877eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #877eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 126, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 126, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #877eb3; background: linear-gradient(135deg, #877eb3, #AA7EB3);