#c477eb
a light, vivid violet · warm · closest name: orchid
RGB
196, 119, 235
HSL
280°, 74%, 69%
CMYK
17, 49, 0, 8
Luminance
0.3093
Every format
| HEX | #c477eb |
| RGB | rgb(196, 119, 235) |
| HSL | hsl(280, 74%, 69%) |
| CMYK | cmyk(17%, 49%, 0%, 8%) |
| LAB | lab(62.5 49.7 -46.9) |
| LCH | lch(62.5 68.3 316.7) |
| OKLCH | oklch(0.697 0.179 313.2) |
Copy-ready code
/* CSS */
color: #c477eb;
background-color: #c477eb;
/* Tailwind (arbitrary) */
class="text-[#c477eb] bg-[#c477eb]"
/* SCSS */
$brand: #c477eb;
/* SwiftUI */
Color(red: 0.769, green: 0.467, blue: 0.922)
/* Android */
Color.parseColor("#c477eb")Accessibility — WCAG contrast
Aa
#c477eb on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c477eb on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green46.7%
Blue92.2%
CMYK percentages
Cyan16.6%
Magenta49.4%
Yellow0.0%
Key (black)7.8%
Color previews
#c477eb text on a black background
contrast 7.19:1
Card sample
#c477eb text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c477eb;
Background color
Panel with #c477eb background
background-color: #c477eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c477eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 119, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 119, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c477eb; background: linear-gradient(135deg, #c477eb, #EB77C5);