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