#c44fdc
a balanced, vivid violet · warm · closest name: orchid
RGB
196, 79, 220
HSL
290°, 67%, 59%
CMYK
11, 64, 0, 14
Luminance
0.2250
Every format
| HEX | #c44fdc |
| RGB | rgb(196, 79, 220) |
| HSL | hsl(290, 67%, 59%) |
| CMYK | cmyk(11%, 64%, 0%, 14%) |
| LAB | lab(54.5 65.8 -51.0) |
| LCH | lch(54.5 83.2 322.2) |
| OKLCH | oklch(0.637 0.223 320.4) |
Copy-ready code
/* CSS */
color: #c44fdc;
background-color: #c44fdc;
/* Tailwind (arbitrary) */
class="text-[#c44fdc] bg-[#c44fdc]"
/* SCSS */
$brand: #c44fdc;
/* SwiftUI */
Color(red: 0.769, green: 0.310, blue: 0.863)
/* Android */
Color.parseColor("#c44fdc")Accessibility — WCAG contrast
Aa
#c44fdc on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c44fdc on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green31.0%
Blue86.3%
CMYK percentages
Cyan10.9%
Magenta64.1%
Yellow0.0%
Key (black)13.7%
Color previews
#c44fdc text on a black background
contrast 5.50:1
Card sample
#c44fdc text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c44fdc;
Background color
Panel with #c44fdc background
background-color: #c44fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c44fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 79, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 79, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c44fdc; background: linear-gradient(135deg, #c44fdc, #DC4F96);