#c480df
a light, vivid violet · warm · closest name: orchid
RGB
196, 128, 223
HSL
283°, 60%, 69%
CMYK
12, 43, 0, 13
Luminance
0.3250
Every format
| HEX | #c480df |
| RGB | rgb(196, 128, 223) |
| HSL | hsl(283, 60%, 69%) |
| CMYK | cmyk(12%, 43%, 0%, 13%) |
| LAB | lab(63.8 42.4 -38.1) |
| LCH | lch(63.8 57.0 318.0) |
| OKLCH | oklch(0.705 0.151 315.9) |
Copy-ready code
/* CSS */
color: #c480df;
background-color: #c480df;
/* Tailwind (arbitrary) */
class="text-[#c480df] bg-[#c480df]"
/* SCSS */
$brand: #c480df;
/* SwiftUI */
Color(red: 0.769, green: 0.502, blue: 0.875)
/* Android */
Color.parseColor("#c480df")Accessibility — WCAG contrast
Aa
#c480df on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c480df on black: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green50.2%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta42.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c480df text on a black background
contrast 7.50:1
Card sample
#c480df text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c480df;
Background color
Panel with #c480df background
background-color: #c480df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c480df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 128, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 128, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c480df; background: linear-gradient(135deg, #c480df, #DF80BB);