#8f83af
a balanced, soft violet · warm · closest name: steelblue
RGB
143, 131, 175
HSL
256°, 22%, 60%
CMYK
18, 25, 0, 31
Luminance
0.2517
Every format
| HEX | #8f83af |
| RGB | rgb(143, 131, 175) |
| HSL | hsl(256, 22%, 60%) |
| CMYK | cmyk(18%, 25%, 0%, 31%) |
| LAB | lab(57.2 13.7 -21.6) |
| LCH | lch(57.2 25.6 302.5) |
| OKLCH | oklch(0.637 0.066 297.0) |
Copy-ready code
/* CSS */
color: #8f83af;
background-color: #8f83af;
/* Tailwind (arbitrary) */
class="text-[#8f83af] bg-[#8f83af]"
/* SCSS */
$brand: #8f83af;
/* SwiftUI */
Color(red: 0.561, green: 0.514, blue: 0.686)
/* Android */
Color.parseColor("#8f83af")Accessibility — WCAG contrast
Aa
#8f83af on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8f83af on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green51.4%
Blue68.6%
CMYK percentages
Cyan18.3%
Magenta25.1%
Yellow0.0%
Key (black)31.4%
Color previews
#8f83af text on a black background
contrast 6.03:1
Card sample
#8f83af text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f83af;
Background color
Panel with #8f83af background
background-color: #8f83af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f83af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 131, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 131, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f83af; background: linear-gradient(135deg, #8f83af, #AC83AF);