#c772eb
a light, electric violet · warm · closest name: orchid
RGB
199, 114, 235
HSL
282°, 75%, 68%
CMYK
15, 52, 0, 8
Luminance
0.3017
Every format
| HEX | #c772eb |
| RGB | rgb(199, 114, 235) |
| HSL | hsl(282, 75%, 68%) |
| CMYK | cmyk(15%, 52%, 0%, 8%) |
| LAB | lab(61.8 53.1 -47.9) |
| LCH | lch(61.8 71.5 317.9) |
| OKLCH | oklch(0.693 0.188 314.9) |
Copy-ready code
/* CSS */
color: #c772eb;
background-color: #c772eb;
/* Tailwind (arbitrary) */
class="text-[#c772eb] bg-[#c772eb]"
/* SCSS */
$brand: #c772eb;
/* SwiftUI */
Color(red: 0.780, green: 0.447, blue: 0.922)
/* Android */
Color.parseColor("#c772eb")Accessibility — WCAG contrast
Aa
#c772eb on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c772eb on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green44.7%
Blue92.2%
CMYK percentages
Cyan15.3%
Magenta51.5%
Yellow0.0%
Key (black)7.8%
Color previews
#c772eb text on a black background
contrast 7.03:1
Card sample
#c772eb text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c772eb;
Background color
Panel with #c772eb background
background-color: #c772eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c772eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 114, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 114, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c772eb; background: linear-gradient(135deg, #c772eb, #EB72BE);