#b599eb
a light, vivid violet · warm · closest name: plum
RGB
181, 153, 235
HSL
261°, 67%, 76%
CMYK
23, 35, 0, 8
Luminance
0.3860
Every format
| HEX | #b599eb |
| RGB | rgb(181, 153, 235) |
| HSL | hsl(261, 67%, 76%) |
| CMYK | cmyk(23%, 35%, 0%, 8%) |
| LAB | lab(68.5 26.9 -37.5) |
| LCH | lch(68.5 46.2 305.6) |
| OKLCH | oklch(0.739 0.119 299.2) |
Copy-ready code
/* CSS */
color: #b599eb;
background-color: #b599eb;
/* Tailwind (arbitrary) */
class="text-[#b599eb] bg-[#b599eb]"
/* SCSS */
$brand: #b599eb;
/* SwiftUI */
Color(red: 0.710, green: 0.600, blue: 0.922)
/* Android */
Color.parseColor("#b599eb")Accessibility — WCAG contrast
Aa
#b599eb on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b599eb on black: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green60.0%
Blue92.2%
CMYK percentages
Cyan23.0%
Magenta34.9%
Yellow0.0%
Key (black)7.8%
Color previews
#b599eb text on a black background
contrast 8.72:1
Card sample
#b599eb text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b599eb;
Background color
Panel with #b599eb background
background-color: #b599eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b599eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 153, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 153, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b599eb; background: linear-gradient(135deg, #b599eb, #EB99EA);