#867eb2
a balanced, soft blue · warm · closest name: steelblue
RGB
134, 126, 178
HSL
249°, 25%, 60%
CMYK
25, 29, 0, 30
Luminance
0.2320
Every format
| HEX | #867eb2 |
| RGB | rgb(134, 126, 178) |
| HSL | hsl(249, 25%, 60%) |
| CMYK | cmyk(25%, 29%, 0%, 30%) |
| LAB | lab(55.3 14.5 -26.4) |
| LCH | lch(55.3 30.1 298.8) |
| OKLCH | oklch(0.620 0.078 291.0) |
Copy-ready code
/* CSS */
color: #867eb2;
background-color: #867eb2;
/* Tailwind (arbitrary) */
class="text-[#867eb2] bg-[#867eb2]"
/* SCSS */
$brand: #867eb2;
/* SwiftUI */
Color(red: 0.525, green: 0.494, blue: 0.698)
/* Android */
Color.parseColor("#867eb2")Accessibility — WCAG contrast
Aa
#867eb2 on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#867eb2 on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green49.4%
Blue69.8%
CMYK percentages
Cyan24.7%
Magenta29.2%
Yellow0.0%
Key (black)30.2%
Color previews
#867eb2 text on a black background
contrast 5.64:1
Card sample
#867eb2 text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #867eb2;
Background color
Panel with #867eb2 background
background-color: #867eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #867eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 126, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 126, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #867eb2; background: linear-gradient(135deg, #867eb2, #A97EB2);