#c47fdc
a light, vivid violet · warm · closest name: orchid
RGB
196, 127, 220
HSL
285°, 57%, 68%
CMYK
11, 42, 0, 14
Luminance
0.3208
Every format
| HEX | #c47fdc |
| RGB | rgb(196, 127, 220) |
| HSL | hsl(285, 57%, 68%) |
| CMYK | cmyk(11%, 42%, 0%, 14%) |
| LAB | lab(63.4 42.4 -37.0) |
| LCH | lch(63.4 56.2 318.8) |
| OKLCH | oklch(0.702 0.150 317.0) |
Copy-ready code
/* CSS */
color: #c47fdc;
background-color: #c47fdc;
/* Tailwind (arbitrary) */
class="text-[#c47fdc] bg-[#c47fdc]"
/* SCSS */
$brand: #c47fdc;
/* SwiftUI */
Color(red: 0.769, green: 0.498, blue: 0.863)
/* Android */
Color.parseColor("#c47fdc")Accessibility — WCAG contrast
Aa
#c47fdc on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c47fdc on black: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green49.8%
Blue86.3%
CMYK percentages
Cyan10.9%
Magenta42.3%
Yellow0.0%
Key (black)13.7%
Color previews
#c47fdc text on a black background
contrast 7.42:1
Card sample
#c47fdc text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c47fdc;
Background color
Panel with #c47fdc background
background-color: #c47fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c47fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 127, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 127, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c47fdc; background: linear-gradient(135deg, #c47fdc, #DC7FB6);