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