#c474df
a light, vivid violet · warm · closest name: orchid
RGB
196, 116, 223
HSL
285°, 63%, 67%
CMYK
12, 48, 0, 13
Luminance
0.2955
Every format
| HEX | #c474df |
| RGB | rgb(196, 116, 223) |
| HSL | hsl(285, 63%, 67%) |
| CMYK | cmyk(12%, 48%, 0%, 13%) |
| LAB | lab(61.3 48.8 -42.0) |
| LCH | lch(61.3 64.4 319.2) |
| OKLCH | oklch(0.686 0.171 317.1) |
Copy-ready code
/* CSS */
color: #c474df;
background-color: #c474df;
/* Tailwind (arbitrary) */
class="text-[#c474df] bg-[#c474df]"
/* SCSS */
$brand: #c474df;
/* SwiftUI */
Color(red: 0.769, green: 0.455, blue: 0.875)
/* Android */
Color.parseColor("#c474df")Accessibility — WCAG contrast
Aa
#c474df on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c474df on black: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green45.5%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta48.0%
Yellow0.0%
Key (black)12.5%
Color previews
#c474df text on a black background
contrast 6.91:1
Card sample
#c474df text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c474df;
Background color
Panel with #c474df background
background-color: #c474df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c474df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 116, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 116, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c474df; background: linear-gradient(135deg, #c474df, #DF74B3);