#c47eeb
a light, vivid violet · warm · closest name: orchid
RGB
196, 126, 235
HSL
279°, 73%, 71%
CMYK
17, 46, 0, 8
Luminance
0.3266
Every format
| HEX | #c47eeb |
| RGB | rgb(196, 126, 235) |
| HSL | hsl(279, 73%, 71%) |
| CMYK | cmyk(17%, 46%, 0%, 8%) |
| LAB | lab(63.9 46.0 -44.6) |
| LCH | lch(63.9 64.1 315.9) |
| OKLCH | oklch(0.708 0.168 312.4) |
Copy-ready code
/* CSS */
color: #c47eeb;
background-color: #c47eeb;
/* Tailwind (arbitrary) */
class="text-[#c47eeb] bg-[#c47eeb]"
/* SCSS */
$brand: #c47eeb;
/* SwiftUI */
Color(red: 0.769, green: 0.494, blue: 0.922)
/* Android */
Color.parseColor("#c47eeb")Accessibility — WCAG contrast
Aa
#c47eeb on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c47eeb on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green49.4%
Blue92.2%
CMYK percentages
Cyan16.6%
Magenta46.4%
Yellow0.0%
Key (black)7.8%
Color previews
#c47eeb text on a black background
contrast 7.53:1
Card sample
#c47eeb text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c47eeb;
Background color
Panel with #c47eeb background
background-color: #c47eeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c47eeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 126, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 126, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c47eeb; background: linear-gradient(135deg, #c47eeb, #EB7EC9);