#c48dfe
a light, electric violet · warm · closest name: violet
RGB
196, 141, 254
HSL
269°, 98%, 78%
CMYK
23, 45, 0, 0
Luminance
0.3794
Every format
| HEX | #c48dfe |
| RGB | rgb(196, 141, 254) |
| HSL | hsl(269, 98%, 78%) |
| CMYK | cmyk(23%, 45%, 0%, 0%) |
| LAB | lab(68.0 42.1 -48.6) |
| LCH | lch(68.0 64.3 310.9) |
| OKLCH | oklch(0.741 0.166 305.2) |
Copy-ready code
/* CSS */
color: #c48dfe;
background-color: #c48dfe;
/* Tailwind (arbitrary) */
class="text-[#c48dfe] bg-[#c48dfe]"
/* SCSS */
$brand: #c48dfe;
/* SwiftUI */
Color(red: 0.769, green: 0.553, blue: 0.996)
/* Android */
Color.parseColor("#c48dfe")Accessibility — WCAG contrast
Aa
#c48dfe on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c48dfe on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green55.3%
Blue99.6%
CMYK percentages
Cyan22.8%
Magenta44.5%
Yellow0.0%
Key (black)0.4%
Color previews
#c48dfe text on a black background
contrast 8.59:1
Card sample
#c48dfe text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c48dfe;
Background color
Panel with #c48dfe background
background-color: #c48dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c48dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 141, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 141, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c48dfe; background: linear-gradient(135deg, #c48dfe, #FE8DED);