#b68cdf
a light, vivid violet · warm · closest name: plum
RGB
182, 140, 223
HSL
270°, 57%, 71%
CMYK
18, 37, 0, 13
Luminance
0.3403
Every format
| HEX | #b68cdf |
| RGB | rgb(182, 140, 223) |
| HSL | hsl(270, 57%, 71%) |
| CMYK | cmyk(18%, 37%, 0%, 13%) |
| LAB | lab(65.0 31.7 -36.3) |
| LCH | lch(65.0 48.2 311.1) |
| OKLCH | oklch(0.711 0.125 306.7) |
Copy-ready code
/* CSS */
color: #b68cdf;
background-color: #b68cdf;
/* Tailwind (arbitrary) */
class="text-[#b68cdf] bg-[#b68cdf]"
/* SCSS */
$brand: #b68cdf;
/* SwiftUI */
Color(red: 0.714, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#b68cdf")Accessibility — WCAG contrast
Aa
#b68cdf on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b68cdf on black: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green54.9%
Blue87.5%
CMYK percentages
Cyan18.4%
Magenta37.2%
Yellow0.0%
Key (black)12.5%
Color previews
#b68cdf text on a black background
contrast 7.81:1
Card sample
#b68cdf text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b68cdf;
Background color
Panel with #b68cdf background
background-color: #b68cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b68cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b68cdf; background: linear-gradient(135deg, #b68cdf, #DF8CD1);