#c08ccc
a light, soft violet · warm · closest name: plum
RGB
192, 140, 204
HSL
289°, 39%, 68%
CMYK
6, 31, 0, 20
Luminance
0.3432
Every format
| HEX | #c08ccc |
| RGB | rgb(192, 140, 204) |
| HSL | hsl(289, 39%, 68%) |
| CMYK | cmyk(6%, 31%, 0%, 20%) |
| LAB | lab(65.2 30.8 -25.3) |
| LCH | lch(65.2 39.9 320.6) |
| OKLCH | oklch(0.712 0.107 319.9) |
Copy-ready code
/* CSS */
color: #c08ccc;
background-color: #c08ccc;
/* Tailwind (arbitrary) */
class="text-[#c08ccc] bg-[#c08ccc]"
/* SCSS */
$brand: #c08ccc;
/* SwiftUI */
Color(red: 0.753, green: 0.549, blue: 0.800)
/* Android */
Color.parseColor("#c08ccc")Accessibility — WCAG contrast
Aa
#c08ccc on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c08ccc on black: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green54.9%
Blue80.0%
CMYK percentages
Cyan5.9%
Magenta31.4%
Yellow0.0%
Key (black)20.0%
Color previews
#c08ccc text on a black background
contrast 7.86:1
Card sample
#c08ccc text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c08ccc;
Background color
Panel with #c08ccc background
background-color: #c08ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c08ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 140, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 140, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c08ccc; background: linear-gradient(135deg, #c08ccc, #CC8CAD);