#c08bdf
a light, vivid violet · warm · closest name: plum
RGB
192, 139, 223
HSL
278°, 57%, 71%
CMYK
14, 38, 0, 13
Luminance
0.3500
Every format
| HEX | #c08bdf |
| RGB | rgb(192, 139, 223) |
| HSL | hsl(278, 57%, 71%) |
| CMYK | cmyk(14%, 38%, 0%, 13%) |
| LAB | lab(65.8 35.3 -35.1) |
| LCH | lch(65.8 49.7 315.2) |
| OKLCH | oklch(0.719 0.131 312.3) |
Copy-ready code
/* CSS */
color: #c08bdf;
background-color: #c08bdf;
/* Tailwind (arbitrary) */
class="text-[#c08bdf] bg-[#c08bdf]"
/* SCSS */
$brand: #c08bdf;
/* SwiftUI */
Color(red: 0.753, green: 0.545, blue: 0.875)
/* Android */
Color.parseColor("#c08bdf")Accessibility — WCAG contrast
Aa
#c08bdf on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c08bdf on black: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green54.5%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta37.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c08bdf text on a black background
contrast 8.00:1
Card sample
#c08bdf text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c08bdf;
Background color
Panel with #c08bdf background
background-color: #c08bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c08bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 139, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 139, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c08bdf; background: linear-gradient(135deg, #c08bdf, #DF8BC6);