#c47cdb
a light, vivid violet · warm · closest name: orchid
RGB
196, 124, 219
HSL
286°, 57%, 67%
CMYK
11, 43, 0, 14
Luminance
0.3127
Every format
| HEX | #c47cdb |
| RGB | rgb(196, 124, 219) |
| HSL | hsl(286, 57%, 67%) |
| CMYK | cmyk(11%, 43%, 0%, 14%) |
| LAB | lab(62.7 43.8 -37.5) |
| LCH | lch(62.7 57.6 319.4) |
| OKLCH | oklch(0.697 0.154 317.6) |
Copy-ready code
/* CSS */
color: #c47cdb;
background-color: #c47cdb;
/* Tailwind (arbitrary) */
class="text-[#c47cdb] bg-[#c47cdb]"
/* SCSS */
$brand: #c47cdb;
/* SwiftUI */
Color(red: 0.769, green: 0.486, blue: 0.859)
/* Android */
Color.parseColor("#c47cdb")Accessibility — WCAG contrast
Aa
#c47cdb on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c47cdb on black: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green48.6%
Blue85.9%
CMYK percentages
Cyan10.5%
Magenta43.4%
Yellow0.0%
Key (black)14.1%
Color previews
#c47cdb text on a black background
contrast 7.25:1
Card sample
#c47cdb text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c47cdb;
Background color
Panel with #c47cdb background
background-color: #c47cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c47cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 124, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 124, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c47cdb; background: linear-gradient(135deg, #c47cdb, #DB7CB3);