#c47dfb
a light, electric violet · warm · closest name: violet
RGB
196, 125, 251
HSL
274°, 94%, 74%
CMYK
22, 50, 0, 2
Luminance
0.3337
Every format
| HEX | #c47dfb |
| RGB | rgb(196, 125, 251) |
| HSL | hsl(274, 94%, 74%) |
| CMYK | cmyk(22%, 50%, 0%, 2%) |
| LAB | lab(64.5 50.0 -52.5) |
| LCH | lch(64.5 72.5 313.6) |
| OKLCH | oklch(0.714 0.188 308.4) |
Copy-ready code
/* CSS */
color: #c47dfb;
background-color: #c47dfb;
/* Tailwind (arbitrary) */
class="text-[#c47dfb] bg-[#c47dfb]"
/* SCSS */
$brand: #c47dfb;
/* SwiftUI */
Color(red: 0.769, green: 0.490, blue: 0.984)
/* Android */
Color.parseColor("#c47dfb")Accessibility — WCAG contrast
Aa
#c47dfb on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c47dfb on black: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green49.0%
Blue98.4%
CMYK percentages
Cyan21.9%
Magenta50.2%
Yellow0.0%
Key (black)1.6%
Color previews
#c47dfb text on a black background
contrast 7.67:1
Card sample
#c47dfb text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c47dfb;
Background color
Panel with #c47dfb background
background-color: #c47dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c47dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 125, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 125, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c47dfb; background: linear-gradient(135deg, #c47dfb, #FB7DDE);