#c079fd
a light, electric violet · warm · closest name: violet
RGB
192, 121, 253
HSL
272°, 97%, 73%
CMYK
24, 52, 0, 1
Luminance
0.3197
Every format
| HEX | #c079fd |
| RGB | rgb(192, 121, 253) |
| HSL | hsl(272, 97%, 73%) |
| CMYK | cmyk(24%, 52%, 0%, 1%) |
| LAB | lab(63.3 51.5 -55.4) |
| LCH | lch(63.3 75.7 312.9) |
| OKLCH | oklch(0.705 0.195 306.9) |
Copy-ready code
/* CSS */
color: #c079fd;
background-color: #c079fd;
/* Tailwind (arbitrary) */
class="text-[#c079fd] bg-[#c079fd]"
/* SCSS */
$brand: #c079fd;
/* SwiftUI */
Color(red: 0.753, green: 0.475, blue: 0.992)
/* Android */
Color.parseColor("#c079fd")Accessibility — WCAG contrast
Aa
#c079fd on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c079fd on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green47.5%
Blue99.2%
CMYK percentages
Cyan24.1%
Magenta52.2%
Yellow0.0%
Key (black)0.8%
Color previews
#c079fd text on a black background
contrast 7.39:1
Card sample
#c079fd text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c079fd;
Background color
Panel with #c079fd background
background-color: #c079fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c079fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 121, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 121, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c079fd; background: linear-gradient(135deg, #c079fd, #FD79E2);