#9f90ba
a balanced, soft violet · warm · closest name: plum
RGB
159, 144, 186
HSL
261°, 23%, 65%
CMYK
15, 23, 0, 27
Luminance
0.3086
Every format
| HEX | #9f90ba |
| RGB | rgb(159, 144, 186) |
| HSL | hsl(261, 23%, 65%) |
| CMYK | cmyk(15%, 23%, 0%, 27%) |
| LAB | lab(62.4 14.0 -19.8) |
| LCH | lch(62.4 24.3 305.2) |
| OKLCH | oklch(0.681 0.063 301.1) |
Copy-ready code
/* CSS */
color: #9f90ba;
background-color: #9f90ba;
/* Tailwind (arbitrary) */
class="text-[#9f90ba] bg-[#9f90ba]"
/* SCSS */
$brand: #9f90ba;
/* SwiftUI */
Color(red: 0.624, green: 0.565, blue: 0.729)
/* Android */
Color.parseColor("#9f90ba")Accessibility — WCAG contrast
Aa
#9f90ba on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9f90ba on black: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green56.5%
Blue72.9%
CMYK percentages
Cyan14.5%
Magenta22.6%
Yellow0.0%
Key (black)27.1%
Color previews
#9f90ba text on a black background
contrast 7.17:1
Card sample
#9f90ba text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f90ba;
Background color
Panel with #9f90ba background
background-color: #9f90ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f90ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 144, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 144, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f90ba; background: linear-gradient(135deg, #9f90ba, #BA90B9);