#c48ef1
a light, electric violet · warm · closest name: violet
RGB
196, 142, 241
HSL
273°, 78%, 75%
CMYK
19, 41, 0, 6
Luminance
0.3743
Every format
| HEX | #c48ef1 |
| RGB | rgb(196, 142, 241) |
| HSL | hsl(273, 78%, 75%) |
| CMYK | cmyk(19%, 41%, 0%, 6%) |
| LAB | lab(67.6 38.7 -42.1) |
| LCH | lch(67.6 57.2 312.6) |
| OKLCH | oklch(0.736 0.149 308.2) |
Copy-ready code
/* CSS */
color: #c48ef1;
background-color: #c48ef1;
/* Tailwind (arbitrary) */
class="text-[#c48ef1] bg-[#c48ef1]"
/* SCSS */
$brand: #c48ef1;
/* SwiftUI */
Color(red: 0.769, green: 0.557, blue: 0.945)
/* Android */
Color.parseColor("#c48ef1")Accessibility — WCAG contrast
Aa
#c48ef1 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c48ef1 on black: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green55.7%
Blue94.5%
CMYK percentages
Cyan18.7%
Magenta41.1%
Yellow0.0%
Key (black)5.5%
Color previews
#c48ef1 text on a black background
contrast 8.49:1
Card sample
#c48ef1 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c48ef1;
Background color
Panel with #c48ef1 background
background-color: #c48ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c48ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 142, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 142, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c48ef1; background: linear-gradient(135deg, #c48ef1, #F18EDC);