#c476ed
a light, electric violet · warm · closest name: orchid
RGB
196, 118, 237
HSL
279°, 77%, 70%
CMYK
17, 50, 0, 7
Luminance
0.3081
Every format
| HEX | #c476ed |
| RGB | rgb(196, 118, 237) |
| HSL | hsl(279, 77%, 70%) |
| CMYK | cmyk(17%, 50%, 0%, 7%) |
| LAB | lab(62.4 50.6 -48.1) |
| LCH | lch(62.4 69.9 316.4) |
| OKLCH | oklch(0.697 0.183 312.8) |
Copy-ready code
/* CSS */
color: #c476ed;
background-color: #c476ed;
/* Tailwind (arbitrary) */
class="text-[#c476ed] bg-[#c476ed]"
/* SCSS */
$brand: #c476ed;
/* SwiftUI */
Color(red: 0.769, green: 0.463, blue: 0.929)
/* Android */
Color.parseColor("#c476ed")Accessibility — WCAG contrast
Aa
#c476ed on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c476ed on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green46.3%
Blue92.9%
CMYK percentages
Cyan17.3%
Magenta50.2%
Yellow0.0%
Key (black)7.1%
Color previews
#c476ed text on a black background
contrast 7.16:1
Card sample
#c476ed text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c476ed;
Background color
Panel with #c476ed background
background-color: #c476ed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c476ed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 118, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 118, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c476ed; background: linear-gradient(135deg, #c476ed, #ED76C7);