#c44fdf
a balanced, vivid violet · warm · closest name: orchid
RGB
196, 79, 223
HSL
289°, 69%, 59%
CMYK
12, 65, 0, 13
Luminance
0.2266
Every format
| HEX | #c44fdf |
| RGB | rgb(196, 79, 223) |
| HSL | hsl(289, 69%, 59%) |
| CMYK | cmyk(12%, 65%, 0%, 13%) |
| LAB | lab(54.7 66.3 -52.4) |
| LCH | lch(54.7 84.5 321.7) |
| OKLCH | oklch(0.638 0.226 319.6) |
Copy-ready code
/* CSS */
color: #c44fdf;
background-color: #c44fdf;
/* Tailwind (arbitrary) */
class="text-[#c44fdf] bg-[#c44fdf]"
/* SCSS */
$brand: #c44fdf;
/* SwiftUI */
Color(red: 0.769, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#c44fdf")Accessibility — WCAG contrast
Aa
#c44fdf on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c44fdf on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green31.0%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c44fdf text on a black background
contrast 5.53:1
Card sample
#c44fdf text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c44fdf;
Background color
Panel with #c44fdf background
background-color: #c44fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c44fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c44fdf; background: linear-gradient(135deg, #c44fdf, #DF4F9A);