#b590cb
a light, soft violet · warm · closest name: plum
RGB
181, 144, 203
HSL
278°, 36%, 68%
CMYK
11, 29, 0, 20
Luminance
0.3408
Every format
| HEX | #b590cb |
| RGB | rgb(181, 144, 203) |
| HSL | hsl(278, 36%, 68%) |
| CMYK | cmyk(11%, 29%, 0%, 20%) |
| LAB | lab(65.0 24.8 -25.1) |
| LCH | lch(65.0 35.3 314.6) |
| OKLCH | oklch(0.708 0.093 312.5) |
Copy-ready code
/* CSS */
color: #b590cb;
background-color: #b590cb;
/* Tailwind (arbitrary) */
class="text-[#b590cb] bg-[#b590cb]"
/* SCSS */
$brand: #b590cb;
/* SwiftUI */
Color(red: 0.710, green: 0.565, blue: 0.796)
/* Android */
Color.parseColor("#b590cb")Accessibility — WCAG contrast
Aa
#b590cb on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b590cb on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green56.5%
Blue79.6%
CMYK percentages
Cyan10.8%
Magenta29.1%
Yellow0.0%
Key (black)20.4%
Color previews
#b590cb text on a black background
contrast 7.82:1
Card sample
#b590cb text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b590cb;
Background color
Panel with #b590cb background
background-color: #b590cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b590cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 144, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 144, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b590cb; background: linear-gradient(135deg, #b590cb, #CB90BA);