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