#c579ec
a light, electric violet · warm · closest name: orchid
RGB
197, 121, 236
HSL
280°, 75%, 70%
CMYK
17, 49, 0, 8
Luminance
0.3160
Every format
| HEX | #c579ec |
| RGB | rgb(197, 121, 236) |
| HSL | hsl(280, 75%, 70%) |
| CMYK | cmyk(17%, 49%, 0%, 8%) |
| LAB | lab(63.0 49.1 -46.5) |
| LCH | lch(63.0 67.7 316.6) |
| OKLCH | oklch(0.702 0.178 313.1) |
Copy-ready code
/* CSS */
color: #c579ec;
background-color: #c579ec;
/* Tailwind (arbitrary) */
class="text-[#c579ec] bg-[#c579ec]"
/* SCSS */
$brand: #c579ec;
/* SwiftUI */
Color(red: 0.773, green: 0.475, blue: 0.925)
/* Android */
Color.parseColor("#c579ec")Accessibility — WCAG contrast
Aa
#c579ec on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c579ec on black: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green47.5%
Blue92.5%
CMYK percentages
Cyan16.5%
Magenta48.7%
Yellow0.0%
Key (black)7.5%
Color previews
#c579ec text on a black background
contrast 7.32:1
Card sample
#c579ec text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c579ec;
Background color
Panel with #c579ec background
background-color: #c579ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c579ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 121, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 121, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c579ec; background: linear-gradient(135deg, #c579ec, #EC79C6);