#c079ff
a light, electric violet · warm · closest name: violet
RGB
192, 121, 255
HSL
272°, 100%, 74%
CMYK
25, 53, 0, 0
Luminance
0.3210
Every format
| HEX | #c079ff |
| RGB | rgb(192, 121, 255) |
| HSL | hsl(272, 100%, 74%) |
| CMYK | cmyk(25%, 53%, 0%, 0%) |
| LAB | lab(63.4 52.0 -56.4) |
| LCH | lch(63.4 76.7 312.7) |
| OKLCH | oklch(0.707 0.197 306.5) |
Copy-ready code
/* CSS */
color: #c079ff;
background-color: #c079ff;
/* Tailwind (arbitrary) */
class="text-[#c079ff] bg-[#c079ff]"
/* SCSS */
$brand: #c079ff;
/* SwiftUI */
Color(red: 0.753, green: 0.475, blue: 1.000)
/* Android */
Color.parseColor("#c079ff")Accessibility — WCAG contrast
Aa
#c079ff on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c079ff on black: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green47.5%
Blue100.0%
CMYK percentages
Cyan24.7%
Magenta52.5%
Yellow0.0%
Key (black)0.0%
Color previews
#c079ff text on a black background
contrast 7.42:1
Card sample
#c079ff text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c079ff;
Background color
Panel with #c079ff background
background-color: #c079ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c079ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 121, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 121, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c079ff; background: linear-gradient(135deg, #c079ff, #FF79E5);