#c079eb
a light, vivid violet · warm · closest name: orchid
RGB
192, 121, 235
HSL
277°, 74%, 70%
CMYK
18, 49, 0, 8
Luminance
0.3088
Every format
| HEX | #c079eb |
| RGB | rgb(192, 121, 235) |
| HSL | hsl(277, 74%, 70%) |
| CMYK | cmyk(18%, 49%, 0%, 8%) |
| LAB | lab(62.4 47.6 -47.0) |
| LCH | lch(62.4 66.8 315.4) |
| OKLCH | oklch(0.696 0.174 311.4) |
Copy-ready code
/* CSS */
color: #c079eb;
background-color: #c079eb;
/* Tailwind (arbitrary) */
class="text-[#c079eb] bg-[#c079eb]"
/* SCSS */
$brand: #c079eb;
/* SwiftUI */
Color(red: 0.753, green: 0.475, blue: 0.922)
/* Android */
Color.parseColor("#c079eb")Accessibility — WCAG contrast
Aa
#c079eb on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c079eb on black: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green47.5%
Blue92.2%
CMYK percentages
Cyan18.3%
Magenta48.5%
Yellow0.0%
Key (black)7.8%
Color previews
#c079eb text on a black background
contrast 7.18:1
Card sample
#c079eb text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c079eb;
Background color
Panel with #c079eb background
background-color: #c079eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c079eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 121, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 121, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c079eb; background: linear-gradient(135deg, #c079eb, #EB79CA);