#c445df
a balanced, vivid violet · warm · closest name: orchid
RGB
196, 69, 223
HSL
290°, 71%, 57%
CMYK
12, 69, 0, 13
Luminance
0.2132
Every format
| HEX | #c445df |
| RGB | rgb(196, 69, 223) |
| HSL | hsl(290, 71%, 57%) |
| CMYK | cmyk(12%, 69%, 0%, 13%) |
| LAB | lab(53.3 70.3 -54.7) |
| LCH | lch(53.3 89.1 322.1) |
| OKLCH | oklch(0.628 0.238 320.0) |
Copy-ready code
/* CSS */
color: #c445df;
background-color: #c445df;
/* Tailwind (arbitrary) */
class="text-[#c445df] bg-[#c445df]"
/* SCSS */
$brand: #c445df;
/* SwiftUI */
Color(red: 0.769, green: 0.271, blue: 0.875)
/* Android */
Color.parseColor("#c445df")Accessibility — WCAG contrast
Aa
#c445df on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c445df on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green27.1%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta69.1%
Yellow0.0%
Key (black)12.5%
Color previews
#c445df text on a black background
contrast 5.26:1
Card sample
#c445df text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c445df;
Background color
Panel with #c445df background
background-color: #c445df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c445df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 69, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 69, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c445df; background: linear-gradient(135deg, #c445df, #DF4593);