#b59ddf
a light, vivid violet · warm · closest name: plum
RGB
181, 157, 223
HSL
262°, 51%, 75%
CMYK
19, 30, 0, 13
Luminance
0.3927
Every format
| HEX | #b59ddf |
| RGB | rgb(181, 157, 223) |
| HSL | hsl(262, 51%, 75%) |
| CMYK | cmyk(19%, 30%, 0%, 13%) |
| LAB | lab(68.9 21.9 -30.2) |
| LCH | lch(68.9 37.3 306.0) |
| OKLCH | oklch(0.741 0.097 300.8) |
Copy-ready code
/* CSS */
color: #b59ddf;
background-color: #b59ddf;
/* Tailwind (arbitrary) */
class="text-[#b59ddf] bg-[#b59ddf]"
/* SCSS */
$brand: #b59ddf;
/* SwiftUI */
Color(red: 0.710, green: 0.616, blue: 0.875)
/* Android */
Color.parseColor("#b59ddf")Accessibility — WCAG contrast
Aa
#b59ddf on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b59ddf on black: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green61.6%
Blue87.5%
CMYK percentages
Cyan18.8%
Magenta29.6%
Yellow0.0%
Key (black)12.5%
Color previews
#b59ddf text on a black background
contrast 8.85:1
Card sample
#b59ddf text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b59ddf;
Background color
Panel with #b59ddf background
background-color: #b59ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b59ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 157, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 157, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b59ddf; background: linear-gradient(135deg, #b59ddf, #DF9DDD);