#c47ff5
a light, electric violet · warm · closest name: violet
RGB
196, 127, 245
HSL
275°, 86%, 73%
CMYK
20, 48, 0, 4
Luminance
0.3351
Every format
| HEX | #c47ff5 |
| RGB | rgb(196, 127, 245) |
| HSL | hsl(275, 86%, 73%) |
| CMYK | cmyk(20%, 48%, 0%, 4%) |
| LAB | lab(64.6 47.6 -49.0) |
| LCH | lch(64.6 68.4 314.2) |
| OKLCH | oklch(0.714 0.178 309.6) |
Copy-ready code
/* CSS */
color: #c47ff5;
background-color: #c47ff5;
/* Tailwind (arbitrary) */
class="text-[#c47ff5] bg-[#c47ff5]"
/* SCSS */
$brand: #c47ff5;
/* SwiftUI */
Color(red: 0.769, green: 0.498, blue: 0.961)
/* Android */
Color.parseColor("#c47ff5")Accessibility — WCAG contrast
Aa
#c47ff5 on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c47ff5 on black: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green49.8%
Blue96.1%
CMYK percentages
Cyan20.0%
Magenta48.2%
Yellow0.0%
Key (black)3.9%
Color previews
#c47ff5 text on a black background
contrast 7.70:1
Card sample
#c47ff5 text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c47ff5;
Background color
Panel with #c47ff5 background
background-color: #c47ff5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c47ff5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 127, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 127, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c47ff5; background: linear-gradient(135deg, #c47ff5, #F57FD7);