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