#c48cf0
a light, electric violet · warm · closest name: violet
RGB
196, 140, 240
HSL
274°, 77%, 75%
CMYK
18, 42, 0, 6
Luminance
0.3678
Every format
| HEX | #c48cf0 |
| RGB | rgb(196, 140, 240) |
| HSL | hsl(274, 77%, 75%) |
| CMYK | cmyk(18%, 42%, 0%, 6%) |
| LAB | lab(67.1 39.6 -42.3) |
| LCH | lch(67.1 57.9 313.1) |
| OKLCH | oklch(0.733 0.151 308.9) |
Copy-ready code
/* CSS */
color: #c48cf0;
background-color: #c48cf0;
/* Tailwind (arbitrary) */
class="text-[#c48cf0] bg-[#c48cf0]"
/* SCSS */
$brand: #c48cf0;
/* SwiftUI */
Color(red: 0.769, green: 0.549, blue: 0.941)
/* Android */
Color.parseColor("#c48cf0")Accessibility — WCAG contrast
Aa
#c48cf0 on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c48cf0 on black: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green54.9%
Blue94.1%
CMYK percentages
Cyan18.3%
Magenta41.7%
Yellow0.0%
Key (black)5.9%
Color previews
#c48cf0 text on a black background
contrast 8.36:1
Card sample
#c48cf0 text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c48cf0;
Background color
Panel with #c48cf0 background
background-color: #c48cf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c48cf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 140, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 140, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c48cf0; background: linear-gradient(135deg, #c48cf0, #F08CD9);