#c463df
a balanced, vivid violet · warm · closest name: orchid
RGB
196, 99, 223
HSL
287°, 66%, 63%
CMYK
12, 56, 0, 13
Luminance
0.2599
Every format
| HEX | #c463df |
| RGB | rgb(196, 99, 223) |
| HSL | hsl(287, 66%, 63%) |
| CMYK | cmyk(12%, 56%, 0%, 13%) |
| LAB | lab(58.0 57.3 -47.2) |
| LCH | lch(58.0 74.2 320.5) |
| OKLCH | oklch(0.662 0.198 318.4) |
Copy-ready code
/* CSS */
color: #c463df;
background-color: #c463df;
/* Tailwind (arbitrary) */
class="text-[#c463df] bg-[#c463df]"
/* SCSS */
$brand: #c463df;
/* SwiftUI */
Color(red: 0.769, green: 0.388, blue: 0.875)
/* Android */
Color.parseColor("#c463df")Accessibility — WCAG contrast
Aa
#c463df on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c463df on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green38.8%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta55.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c463df text on a black background
contrast 6.20:1
Card sample
#c463df text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c463df;
Background color
Panel with #c463df background
background-color: #c463df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c463df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 99, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 99, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c463df; background: linear-gradient(135deg, #c463df, #DF63A7);