#c460df
a balanced, vivid violet · warm · closest name: orchid
RGB
196, 96, 223
HSL
287°, 67%, 63%
CMYK
12, 57, 0, 13
Luminance
0.2543
Every format
| HEX | #c460df |
| RGB | rgb(196, 96, 223) |
| HSL | hsl(287, 67%, 63%) |
| CMYK | cmyk(12%, 57%, 0%, 13%) |
| LAB | lab(57.5 58.7 -48.0) |
| LCH | lch(57.5 75.9 320.7) |
| OKLCH | oklch(0.658 0.202 318.6) |
Copy-ready code
/* CSS */
color: #c460df;
background-color: #c460df;
/* Tailwind (arbitrary) */
class="text-[#c460df] bg-[#c460df]"
/* SCSS */
$brand: #c460df;
/* SwiftUI */
Color(red: 0.769, green: 0.376, blue: 0.875)
/* Android */
Color.parseColor("#c460df")Accessibility — WCAG contrast
Aa
#c460df on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c460df on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green37.6%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta57.0%
Yellow0.0%
Key (black)12.5%
Color previews
#c460df text on a black background
contrast 6.09:1
Card sample
#c460df text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c460df;
Background color
Panel with #c460df background
background-color: #c460df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c460df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 96, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 96, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c460df; background: linear-gradient(135deg, #c460df, #DF60A5);