#c47dfd
a light, electric violet · warm · closest name: violet
RGB
196, 125, 253
HSL
273°, 97%, 74%
CMYK
23, 51, 0, 1
Luminance
0.3349
Every format
| HEX | #c47dfd |
| RGB | rgb(196, 125, 253) |
| HSL | hsl(273, 97%, 74%) |
| CMYK | cmyk(23%, 51%, 0%, 1%) |
| LAB | lab(64.6 50.5 -53.5) |
| LCH | lch(64.6 73.5 313.3) |
| OKLCH | oklch(0.716 0.190 307.9) |
Copy-ready code
/* CSS */
color: #c47dfd;
background-color: #c47dfd;
/* Tailwind (arbitrary) */
class="text-[#c47dfd] bg-[#c47dfd]"
/* SCSS */
$brand: #c47dfd;
/* SwiftUI */
Color(red: 0.769, green: 0.490, blue: 0.992)
/* Android */
Color.parseColor("#c47dfd")Accessibility — WCAG contrast
Aa
#c47dfd on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c47dfd on black: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green49.0%
Blue99.2%
CMYK percentages
Cyan22.5%
Magenta50.6%
Yellow0.0%
Key (black)0.8%
Color previews
#c47dfd text on a black background
contrast 7.70:1
Card sample
#c47dfd text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c47dfd;
Background color
Panel with #c47dfd background
background-color: #c47dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c47dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 125, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 125, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c47dfd; background: linear-gradient(135deg, #c47dfd, #FD7DE1);