#c44cdf
a balanced, vivid violet · warm · closest name: orchid
RGB
196, 76, 223
HSL
289°, 70%, 59%
CMYK
12, 66, 0, 13
Luminance
0.2223
Every format
| HEX | #c44cdf |
| RGB | rgb(196, 76, 223) |
| HSL | hsl(289, 70%, 59%) |
| CMYK | cmyk(12%, 66%, 0%, 13%) |
| LAB | lab(54.3 67.6 -53.1) |
| LCH | lch(54.3 86.0 321.8) |
| OKLCH | oklch(0.635 0.230 319.7) |
Copy-ready code
/* CSS */
color: #c44cdf;
background-color: #c44cdf;
/* Tailwind (arbitrary) */
class="text-[#c44cdf] bg-[#c44cdf]"
/* SCSS */
$brand: #c44cdf;
/* SwiftUI */
Color(red: 0.769, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#c44cdf")Accessibility — WCAG contrast
Aa
#c44cdf on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c44cdf on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green29.8%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta65.9%
Yellow0.0%
Key (black)12.5%
Color previews
#c44cdf text on a black background
contrast 5.45:1
Card sample
#c44cdf text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c44cdf;
Background color
Panel with #c44cdf background
background-color: #c44cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c44cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c44cdf; background: linear-gradient(135deg, #c44cdf, #DF4C98);