#c079df
a light, vivid violet · warm · closest name: orchid
RGB
192, 121, 223
HSL
282°, 61%, 68%
CMYK
14, 46, 0, 13
Luminance
0.3021
Every format
| HEX | #c079df |
| RGB | rgb(192, 121, 223) |
| HSL | hsl(282, 61%, 68%) |
| CMYK | cmyk(14%, 46%, 0%, 13%) |
| LAB | lab(61.8 45.0 -41.2) |
| LCH | lch(61.8 61.0 317.6) |
| OKLCH | oklch(0.690 0.161 314.9) |
Copy-ready code
/* CSS */
color: #c079df;
background-color: #c079df;
/* Tailwind (arbitrary) */
class="text-[#c079df] bg-[#c079df]"
/* SCSS */
$brand: #c079df;
/* SwiftUI */
Color(red: 0.753, green: 0.475, blue: 0.875)
/* Android */
Color.parseColor("#c079df")Accessibility — WCAG contrast
Aa
#c079df on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c079df on black: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green47.5%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta45.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c079df text on a black background
contrast 7.04:1
Card sample
#c079df text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c079df;
Background color
Panel with #c079df background
background-color: #c079df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c079df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 121, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 121, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c079df; background: linear-gradient(135deg, #c079df, #DF79BA);