#c679eb
a light, vivid violet · warm · closest name: orchid
RGB
198, 121, 235
HSL
281°, 74%, 70%
CMYK
16, 49, 0, 8
Luminance
0.3168
Every format
| HEX | #c679eb |
| RGB | rgb(198, 121, 235) |
| HSL | hsl(281, 74%, 70%) |
| CMYK | cmyk(16%, 49%, 0%, 8%) |
| LAB | lab(63.1 49.2 -45.9) |
| LCH | lch(63.1 67.3 317.0) |
| OKLCH | oklch(0.702 0.177 313.8) |
Copy-ready code
/* CSS */
color: #c679eb;
background-color: #c679eb;
/* Tailwind (arbitrary) */
class="text-[#c679eb] bg-[#c679eb]"
/* SCSS */
$brand: #c679eb;
/* SwiftUI */
Color(red: 0.776, green: 0.475, blue: 0.922)
/* Android */
Color.parseColor("#c679eb")Accessibility — WCAG contrast
Aa
#c679eb on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c679eb on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green47.5%
Blue92.2%
CMYK percentages
Cyan15.7%
Magenta48.5%
Yellow0.0%
Key (black)7.8%
Color previews
#c679eb text on a black background
contrast 7.34:1
Card sample
#c679eb text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c679eb;
Background color
Panel with #c679eb background
background-color: #c679eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c679eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 121, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 121, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c679eb; background: linear-gradient(135deg, #c679eb, #EB79C4);