#c774eb
a light, vivid violet · warm · closest name: orchid
RGB
199, 116, 235
HSL
282°, 75%, 69%
CMYK
15, 51, 0, 8
Luminance
0.3063
Every format
| HEX | #c774eb |
| RGB | rgb(199, 116, 235) |
| HSL | hsl(282, 75%, 69%) |
| CMYK | cmyk(15%, 51%, 0%, 8%) |
| LAB | lab(62.2 52.0 -47.2) |
| LCH | lch(62.2 70.3 317.8) |
| OKLCH | oklch(0.696 0.185 314.7) |
Copy-ready code
/* CSS */
color: #c774eb;
background-color: #c774eb;
/* Tailwind (arbitrary) */
class="text-[#c774eb] bg-[#c774eb]"
/* SCSS */
$brand: #c774eb;
/* SwiftUI */
Color(red: 0.780, green: 0.455, blue: 0.922)
/* Android */
Color.parseColor("#c774eb")Accessibility — WCAG contrast
Aa
#c774eb on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c774eb on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green45.5%
Blue92.2%
CMYK percentages
Cyan15.3%
Magenta50.6%
Yellow0.0%
Key (black)7.8%
Color previews
#c774eb text on a black background
contrast 7.13:1
Card sample
#c774eb text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c774eb;
Background color
Panel with #c774eb background
background-color: #c774eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c774eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 116, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 116, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c774eb; background: linear-gradient(135deg, #c774eb, #EB74C0);