#c074fd
a light, electric violet · warm · closest name: violet
RGB
192, 116, 253
HSL
273°, 97%, 72%
CMYK
24, 54, 0, 1
Luminance
0.3079
Every format
| HEX | #c074fd |
| RGB | rgb(192, 116, 253) |
| HSL | hsl(273, 97%, 72%) |
| CMYK | cmyk(24%, 54%, 0%, 1%) |
| LAB | lab(62.3 54.1 -57.0) |
| LCH | lch(62.3 78.6 313.5) |
| OKLCH | oklch(0.698 0.202 307.6) |
Copy-ready code
/* CSS */
color: #c074fd;
background-color: #c074fd;
/* Tailwind (arbitrary) */
class="text-[#c074fd] bg-[#c074fd]"
/* SCSS */
$brand: #c074fd;
/* SwiftUI */
Color(red: 0.753, green: 0.455, blue: 0.992)
/* Android */
Color.parseColor("#c074fd")Accessibility — WCAG contrast
Aa
#c074fd on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c074fd on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green45.5%
Blue99.2%
CMYK percentages
Cyan24.1%
Magenta54.2%
Yellow0.0%
Key (black)0.8%
Color previews
#c074fd text on a black background
contrast 7.16:1
Card sample
#c074fd text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c074fd;
Background color
Panel with #c074fd background
background-color: #c074fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c074fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 116, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 116, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c074fd; background: linear-gradient(135deg, #c074fd, #FD74DF);