#c48cf4
a light, electric violet · warm · closest name: violet
RGB
196, 140, 244
HSL
272°, 83%, 75%
CMYK
20, 43, 0, 4
Luminance
0.3702
Every format
| HEX | #c48cf4 |
| RGB | rgb(196, 140, 244) |
| HSL | hsl(272, 83%, 75%) |
| CMYK | cmyk(20%, 43%, 0%, 4%) |
| LAB | lab(67.3 40.4 -44.2) |
| LCH | lch(67.3 59.9 312.4) |
| OKLCH | oklch(0.735 0.156 307.8) |
Copy-ready code
/* CSS */
color: #c48cf4;
background-color: #c48cf4;
/* Tailwind (arbitrary) */
class="text-[#c48cf4] bg-[#c48cf4]"
/* SCSS */
$brand: #c48cf4;
/* SwiftUI */
Color(red: 0.769, green: 0.549, blue: 0.957)
/* Android */
Color.parseColor("#c48cf4")Accessibility — WCAG contrast
Aa
#c48cf4 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c48cf4 on black: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green54.9%
Blue95.7%
CMYK percentages
Cyan19.7%
Magenta42.6%
Yellow0.0%
Key (black)4.3%
Color previews
#c48cf4 text on a black background
contrast 8.40:1
Card sample
#c48cf4 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c48cf4;
Background color
Panel with #c48cf4 background
background-color: #c48cf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c48cf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 140, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 140, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c48cf4; background: linear-gradient(135deg, #c48cf4, #F48CDF);