#c744fd
a balanced, electric violet · warm · closest name: magenta
RGB
199, 68, 253
HSL
283°, 98%, 63%
CMYK
21, 73, 0, 1
Luminance
0.2337
Every format
| HEX | #c744fd |
| RGB | rgb(199, 68, 253) |
| HSL | hsl(283, 98%, 63%) |
| CMYK | cmyk(21%, 73%, 0%, 1%) |
| LAB | lab(55.5 76.9 -68.0) |
| LCH | lch(55.5 102.7 318.5) |
| OKLCH | oklch(0.650 0.266 313.8) |
Copy-ready code
/* CSS */
color: #c744fd;
background-color: #c744fd;
/* Tailwind (arbitrary) */
class="text-[#c744fd] bg-[#c744fd]"
/* SCSS */
$brand: #c744fd;
/* SwiftUI */
Color(red: 0.780, green: 0.267, blue: 0.992)
/* Android */
Color.parseColor("#c744fd")Accessibility — WCAG contrast
Aa
#c744fd on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c744fd on black: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green26.7%
Blue99.2%
CMYK percentages
Cyan21.3%
Magenta73.1%
Yellow0.0%
Key (black)0.8%
Color previews
#c744fd text on a black background
contrast 5.67:1
Card sample
#c744fd text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c744fd;
Background color
Panel with #c744fd background
background-color: #c744fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c744fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 68, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 68, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c744fd; background: linear-gradient(135deg, #c744fd, #FD44B8);