#c477df
a light, vivid violet · warm · closest name: orchid
RGB
196, 119, 223
HSL
284°, 62%, 67%
CMYK
12, 47, 0, 13
Luminance
0.3026
Every format
| HEX | #c477df |
| RGB | rgb(196, 119, 223) |
| HSL | hsl(284, 62%, 67%) |
| CMYK | cmyk(12%, 47%, 0%, 13%) |
| LAB | lab(61.9 47.2 -41.1) |
| LCH | lch(61.9 62.6 319.0) |
| OKLCH | oklch(0.691 0.166 316.8) |
Copy-ready code
/* CSS */
color: #c477df;
background-color: #c477df;
/* Tailwind (arbitrary) */
class="text-[#c477df] bg-[#c477df]"
/* SCSS */
$brand: #c477df;
/* SwiftUI */
Color(red: 0.769, green: 0.467, blue: 0.875)
/* Android */
Color.parseColor("#c477df")Accessibility — WCAG contrast
Aa
#c477df on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c477df on black: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green46.7%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta46.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c477df text on a black background
contrast 7.05:1
Card sample
#c477df text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c477df;
Background color
Panel with #c477df background
background-color: #c477df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c477df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 119, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 119, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c477df; background: linear-gradient(135deg, #c477df, #DF77B5);