#8282a6
a balanced, soft blue · warm · closest name: steelblue
RGB
130, 130, 166
HSL
240°, 17%, 58%
CMYK
22, 22, 0, 35
Luminance
0.2346
Every format
| HEX | #8282a6 |
| RGB | rgb(130, 130, 166) |
| HSL | hsl(240, 17%, 58%) |
| CMYK | cmyk(22%, 22%, 0%, 35%) |
| LAB | lab(55.5 7.9 -19.1) |
| LCH | lch(55.5 20.7 292.6) |
| OKLCH | oklch(0.620 0.054 284.7) |
Copy-ready code
/* CSS */
color: #8282a6;
background-color: #8282a6;
/* Tailwind (arbitrary) */
class="text-[#8282a6] bg-[#8282a6]"
/* SCSS */
$brand: #8282a6;
/* SwiftUI */
Color(red: 0.510, green: 0.510, blue: 0.651)
/* Android */
Color.parseColor("#8282a6")Accessibility — WCAG contrast
Aa
#8282a6 on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8282a6 on black: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green51.0%
Blue65.1%
CMYK percentages
Cyan21.7%
Magenta21.7%
Yellow0.0%
Key (black)34.9%
Color previews
#8282a6 text on a black background
contrast 5.69:1
Card sample
#8282a6 text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8282a6;
Background color
Panel with #8282a6 background
background-color: #8282a6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8282a6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 130, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 130, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8282a6; background: linear-gradient(135deg, #8282a6, #9A82A6);