#9082ab
a balanced, soft violet · warm · closest name: steelblue
RGB
144, 130, 171
HSL
261°, 20%, 59%
CMYK
16, 24, 0, 33
Luminance
0.2483
Every format
| HEX | #9082ab |
| RGB | rgb(144, 130, 171) |
| HSL | hsl(261, 20%, 59%) |
| CMYK | cmyk(16%, 24%, 0%, 33%) |
| LAB | lab(56.9 13.7 -19.8) |
| LCH | lch(56.9 24.1 304.8) |
| OKLCH | oklch(0.634 0.063 300.3) |
Copy-ready code
/* CSS */
color: #9082ab;
background-color: #9082ab;
/* Tailwind (arbitrary) */
class="text-[#9082ab] bg-[#9082ab]"
/* SCSS */
$brand: #9082ab;
/* SwiftUI */
Color(red: 0.565, green: 0.510, blue: 0.671)
/* Android */
Color.parseColor("#9082ab")Accessibility — WCAG contrast
Aa
#9082ab on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9082ab on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green51.0%
Blue67.1%
CMYK percentages
Cyan15.8%
Magenta24.0%
Yellow0.0%
Key (black)32.9%
Color previews
#9082ab text on a black background
contrast 5.97:1
Card sample
#9082ab text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9082ab;
Background color
Panel with #9082ab background
background-color: #9082ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9082ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 130, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 130, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9082ab; background: linear-gradient(135deg, #9082ab, #AB82AB);