#cc79eb
a light, vivid violet · warm · closest name: orchid
RGB
204, 121, 235
HSL
284°, 74%, 70%
CMYK
13, 49, 0, 8
Luminance
0.3251
Every format
| HEX | #cc79eb |
| RGB | rgb(204, 121, 235) |
| HSL | hsl(284, 74%, 70%) |
| CMYK | cmyk(13%, 49%, 0%, 8%) |
| LAB | lab(63.8 50.8 -44.7) |
| LCH | lch(63.8 67.7 318.7) |
| OKLCH | oklch(0.709 0.179 316.2) |
Copy-ready code
/* CSS */
color: #cc79eb;
background-color: #cc79eb;
/* Tailwind (arbitrary) */
class="text-[#cc79eb] bg-[#cc79eb]"
/* SCSS */
$brand: #cc79eb;
/* SwiftUI */
Color(red: 0.800, green: 0.475, blue: 0.922)
/* Android */
Color.parseColor("#cc79eb")Accessibility — WCAG contrast
Aa
#cc79eb on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc79eb on black: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green47.5%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta48.5%
Yellow0.0%
Key (black)7.8%
Color previews
#cc79eb text on a black background
contrast 7.50:1
Card sample
#cc79eb text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc79eb;
Background color
Panel with #cc79eb background
background-color: #cc79eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc79eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 121, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 121, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc79eb; background: linear-gradient(135deg, #cc79eb, #EB79BE);