#c44ee0
a balanced, vivid violet · warm · closest name: orchid
RGB
196, 78, 224
HSL
289°, 70%, 59%
CMYK
13, 65, 0, 12
Luminance
0.2257
Every format
| HEX | #c44ee0 |
| RGB | rgb(196, 78, 224) |
| HSL | hsl(289, 70%, 59%) |
| CMYK | cmyk(13%, 65%, 0%, 12%) |
| LAB | lab(54.6 66.9 -53.1) |
| LCH | lch(54.6 85.5 321.6) |
| OKLCH | oklch(0.638 0.228 319.4) |
Copy-ready code
/* CSS */
color: #c44ee0;
background-color: #c44ee0;
/* Tailwind (arbitrary) */
class="text-[#c44ee0] bg-[#c44ee0]"
/* SCSS */
$brand: #c44ee0;
/* SwiftUI */
Color(red: 0.769, green: 0.306, blue: 0.878)
/* Android */
Color.parseColor("#c44ee0")Accessibility — WCAG contrast
Aa
#c44ee0 on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c44ee0 on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green30.6%
Blue87.8%
CMYK percentages
Cyan12.5%
Magenta65.2%
Yellow0.0%
Key (black)12.2%
Color previews
#c44ee0 text on a black background
contrast 5.51:1
Card sample
#c44ee0 text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c44ee0;
Background color
Panel with #c44ee0 background
background-color: #c44ee0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c44ee0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 78, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 78, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c44ee0; background: linear-gradient(135deg, #c44ee0, #E04E9B);