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