#c751eb
a balanced, electric violet · warm · closest name: orchid
RGB
199, 81, 235
HSL
286°, 79%, 62%
CMYK
15, 66, 0, 8
Luminance
0.2403
Every format
| HEX | #c751eb |
| RGB | rgb(199, 81, 235) |
| HSL | hsl(286, 79%, 62%) |
| CMYK | cmyk(15%, 66%, 0%, 8%) |
| LAB | lab(56.1 68.5 -56.9) |
| LCH | lch(56.1 89.0 320.3) |
| OKLCH | oklch(0.651 0.235 317.3) |
Copy-ready code
/* CSS */
color: #c751eb;
background-color: #c751eb;
/* Tailwind (arbitrary) */
class="text-[#c751eb] bg-[#c751eb]"
/* SCSS */
$brand: #c751eb;
/* SwiftUI */
Color(red: 0.780, green: 0.318, blue: 0.922)
/* Android */
Color.parseColor("#c751eb")Accessibility — WCAG contrast
Aa
#c751eb on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c751eb on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green31.8%
Blue92.2%
CMYK percentages
Cyan15.3%
Magenta65.5%
Yellow0.0%
Key (black)7.8%
Color previews
#c751eb text on a black background
contrast 5.81:1
Card sample
#c751eb text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c751eb;
Background color
Panel with #c751eb background
background-color: #c751eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c751eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 81, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 81, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c751eb; background: linear-gradient(135deg, #c751eb, #EB51A8);