#b68fdf
a light, vivid violet · warm · closest name: plum
RGB
182, 143, 223
HSL
269°, 56%, 72%
CMYK
18, 36, 0, 13
Luminance
0.3492
Every format
| HEX | #b68fdf |
| RGB | rgb(182, 143, 223) |
| HSL | hsl(269, 56%, 72%) |
| CMYK | cmyk(18%, 36%, 0%, 13%) |
| LAB | lab(65.7 30.1 -35.2) |
| LCH | lch(65.7 46.3 310.5) |
| OKLCH | oklch(0.716 0.120 306.0) |
Copy-ready code
/* CSS */
color: #b68fdf;
background-color: #b68fdf;
/* Tailwind (arbitrary) */
class="text-[#b68fdf] bg-[#b68fdf]"
/* SCSS */
$brand: #b68fdf;
/* SwiftUI */
Color(red: 0.714, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#b68fdf")Accessibility — WCAG contrast
Aa
#b68fdf on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b68fdf on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green56.1%
Blue87.5%
CMYK percentages
Cyan18.4%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#b68fdf text on a black background
contrast 7.98:1
Card sample
#b68fdf text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b68fdf;
Background color
Panel with #b68fdf background
background-color: #b68fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b68fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b68fdf; background: linear-gradient(135deg, #b68fdf, #DF8FD3);