#c48ecf
a light, soft violet · warm · closest name: plum
RGB
196, 142, 207
HSL
290°, 40%, 68%
CMYK
5, 31, 0, 19
Luminance
0.3559
Every format
| HEX | #c48ecf |
| RGB | rgb(196, 142, 207) |
| HSL | hsl(290, 40%, 68%) |
| CMYK | cmyk(5%, 31%, 0%, 19%) |
| LAB | lab(66.2 31.6 -25.4) |
| LCH | lch(66.2 40.5 321.1) |
| OKLCH | oklch(0.721 0.109 320.6) |
Copy-ready code
/* CSS */
color: #c48ecf;
background-color: #c48ecf;
/* Tailwind (arbitrary) */
class="text-[#c48ecf] bg-[#c48ecf]"
/* SCSS */
$brand: #c48ecf;
/* SwiftUI */
Color(red: 0.769, green: 0.557, blue: 0.812)
/* Android */
Color.parseColor("#c48ecf")Accessibility — WCAG contrast
Aa
#c48ecf on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c48ecf on black: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green55.7%
Blue81.2%
CMYK percentages
Cyan5.3%
Magenta31.4%
Yellow0.0%
Key (black)18.8%
Color previews
#c48ecf text on a black background
contrast 8.12:1
Card sample
#c48ecf text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c48ecf;
Background color
Panel with #c48ecf background
background-color: #c48ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c48ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 142, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 142, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c48ecf; background: linear-gradient(135deg, #c48ecf, #CF8EAF);