#c47bdf
a light, vivid violet · warm · closest name: orchid
RGB
196, 123, 223
HSL
284°, 61%, 68%
CMYK
12, 45, 0, 13
Luminance
0.3123
Every format
| HEX | #c47bdf |
| RGB | rgb(196, 123, 223) |
| HSL | hsl(284, 61%, 68%) |
| CMYK | cmyk(12%, 45%, 0%, 13%) |
| LAB | lab(62.7 45.1 -39.8) |
| LCH | lch(62.7 60.1 318.6) |
| OKLCH | oklch(0.697 0.160 316.4) |
Copy-ready code
/* CSS */
color: #c47bdf;
background-color: #c47bdf;
/* Tailwind (arbitrary) */
class="text-[#c47bdf] bg-[#c47bdf]"
/* SCSS */
$brand: #c47bdf;
/* SwiftUI */
Color(red: 0.769, green: 0.482, blue: 0.875)
/* Android */
Color.parseColor("#c47bdf")Accessibility — WCAG contrast
Aa
#c47bdf on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c47bdf on black: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green48.2%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta44.8%
Yellow0.0%
Key (black)12.5%
Color previews
#c47bdf text on a black background
contrast 7.25:1
Card sample
#c47bdf text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c47bdf;
Background color
Panel with #c47bdf background
background-color: #c47bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c47bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 123, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 123, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c47bdf; background: linear-gradient(135deg, #c47bdf, #DF7BB7);