#c451df
a balanced, vivid violet · warm · closest name: orchid
RGB
196, 81, 223
HSL
289°, 69%, 60%
CMYK
12, 64, 0, 13
Luminance
0.2295
Every format
| HEX | #c451df |
| RGB | rgb(196, 81, 223) |
| HSL | hsl(289, 69%, 60%) |
| CMYK | cmyk(12%, 64%, 0%, 13%) |
| LAB | lab(55.0 65.5 -51.9) |
| LCH | lch(55.0 83.6 321.6) |
| OKLCH | oklch(0.640 0.224 319.5) |
Copy-ready code
/* CSS */
color: #c451df;
background-color: #c451df;
/* Tailwind (arbitrary) */
class="text-[#c451df] bg-[#c451df]"
/* SCSS */
$brand: #c451df;
/* SwiftUI */
Color(red: 0.769, green: 0.318, blue: 0.875)
/* Android */
Color.parseColor("#c451df")Accessibility — WCAG contrast
Aa
#c451df on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c451df on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green31.8%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta63.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c451df text on a black background
contrast 5.59:1
Card sample
#c451df text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c451df;
Background color
Panel with #c451df background
background-color: #c451df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c451df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 81, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 81, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c451df; background: linear-gradient(135deg, #c451df, #DF519B);