#c48bfd
a light, electric violet · warm · closest name: violet
RGB
196, 139, 253
HSL
270°, 97%, 77%
CMYK
23, 45, 0, 1
Luminance
0.3729
Every format
| HEX | #c48bfd |
| RGB | rgb(196, 139, 253) |
| HSL | hsl(270, 97%, 77%) |
| CMYK | cmyk(23%, 45%, 0%, 1%) |
| LAB | lab(67.5 43.0 -48.8) |
| LCH | lch(67.5 65.0 311.4) |
| OKLCH | oklch(0.737 0.168 305.7) |
Copy-ready code
/* CSS */
color: #c48bfd;
background-color: #c48bfd;
/* Tailwind (arbitrary) */
class="text-[#c48bfd] bg-[#c48bfd]"
/* SCSS */
$brand: #c48bfd;
/* SwiftUI */
Color(red: 0.769, green: 0.545, blue: 0.992)
/* Android */
Color.parseColor("#c48bfd")Accessibility — WCAG contrast
Aa
#c48bfd on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c48bfd on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green54.5%
Blue99.2%
CMYK percentages
Cyan22.5%
Magenta45.1%
Yellow0.0%
Key (black)0.8%
Color previews
#c48bfd text on a black background
contrast 8.46:1
Card sample
#c48bfd text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c48bfd;
Background color
Panel with #c48bfd background
background-color: #c48bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c48bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 139, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 139, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c48bfd; background: linear-gradient(135deg, #c48bfd, #FD8BEA);