#cc74eb
a light, vivid violet · warm · closest name: orchid
RGB
204, 116, 235
HSL
284°, 75%, 69%
CMYK
13, 51, 0, 8
Luminance
0.3133
Every format
| HEX | #cc74eb |
| RGB | rgb(204, 116, 235) |
| HSL | hsl(284, 75%, 69%) |
| CMYK | cmyk(13%, 51%, 0%, 8%) |
| LAB | lab(62.8 53.4 -46.3) |
| LCH | lch(62.8 70.6 319.1) |
| OKLCH | oklch(0.701 0.188 316.7) |
Copy-ready code
/* CSS */
color: #cc74eb;
background-color: #cc74eb;
/* Tailwind (arbitrary) */
class="text-[#cc74eb] bg-[#cc74eb]"
/* SCSS */
$brand: #cc74eb;
/* SwiftUI */
Color(red: 0.800, green: 0.455, blue: 0.922)
/* Android */
Color.parseColor("#cc74eb")Accessibility — WCAG contrast
Aa
#cc74eb on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc74eb on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green45.5%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta50.6%
Yellow0.0%
Key (black)7.8%
Color previews
#cc74eb text on a black background
contrast 7.27:1
Card sample
#cc74eb text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc74eb;
Background color
Panel with #cc74eb background
background-color: #cc74eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc74eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 116, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 116, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc74eb; background: linear-gradient(135deg, #cc74eb, #EB74BB);