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