#c47eee
a light, electric violet · warm · closest name: orchid
RGB
196, 126, 238
HSL
278°, 77%, 71%
CMYK
18, 47, 0, 7
Luminance
0.3283
Every format
| HEX | #c47eee |
| RGB | rgb(196, 126, 238) |
| HSL | hsl(278, 77%, 71%) |
| CMYK | cmyk(18%, 47%, 0%, 7%) |
| LAB | lab(64.0 46.6 -46.0) |
| LCH | lch(64.0 65.5 315.4) |
| OKLCH | oklch(0.709 0.171 311.6) |
Copy-ready code
/* CSS */
color: #c47eee;
background-color: #c47eee;
/* Tailwind (arbitrary) */
class="text-[#c47eee] bg-[#c47eee]"
/* SCSS */
$brand: #c47eee;
/* SwiftUI */
Color(red: 0.769, green: 0.494, blue: 0.933)
/* Android */
Color.parseColor("#c47eee")Accessibility — WCAG contrast
Aa
#c47eee on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c47eee on black: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green49.4%
Blue93.3%
CMYK percentages
Cyan17.6%
Magenta47.1%
Yellow0.0%
Key (black)6.7%
Color previews
#c47eee text on a black background
contrast 7.57:1
Card sample
#c47eee text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c47eee;
Background color
Panel with #c47eee background
background-color: #c47eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c47eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 126, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 126, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c47eee; background: linear-gradient(135deg, #c47eee, #EE7ECD);