#827ba7
a balanced, soft blue · warm · closest name: steelblue
RGB
130, 123, 167
HSL
250°, 20%, 57%
CMYK
22, 26, 0, 35
Luminance
0.2170
Every format
| HEX | #827ba7 |
| RGB | rgb(130, 123, 167) |
| HSL | hsl(250, 20%, 57%) |
| CMYK | cmyk(22%, 26%, 0%, 35%) |
| LAB | lab(53.7 12.3 -22.5) |
| LCH | lch(53.7 25.6 298.7) |
| OKLCH | oklch(0.606 0.067 291.6) |
Copy-ready code
/* CSS */
color: #827ba7;
background-color: #827ba7;
/* Tailwind (arbitrary) */
class="text-[#827ba7] bg-[#827ba7]"
/* SCSS */
$brand: #827ba7;
/* SwiftUI */
Color(red: 0.510, green: 0.482, blue: 0.655)
/* Android */
Color.parseColor("#827ba7")Accessibility — WCAG contrast
Aa
#827ba7 on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#827ba7 on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green48.2%
Blue65.5%
CMYK percentages
Cyan22.2%
Magenta26.3%
Yellow0.0%
Key (black)34.5%
Color previews
#827ba7 text on a black background
contrast 5.34:1
Card sample
#827ba7 text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #827ba7;
Background color
Panel with #827ba7 background
background-color: #827ba7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #827ba7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 123, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 123, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #827ba7; background: linear-gradient(135deg, #827ba7, #9F7BA7);