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