#c751df
a balanced, vivid violet · warm · closest name: orchid
RGB
199, 81, 223
HSL
290°, 69%, 60%
CMYK
11, 64, 0, 13
Luminance
0.2335
Every format
| HEX | #c751df |
| RGB | rgb(199, 81, 223) |
| HSL | hsl(290, 69%, 60%) |
| CMYK | cmyk(11%, 64%, 0%, 13%) |
| LAB | lab(55.4 66.2 -51.2) |
| LCH | lch(55.4 83.7 322.3) |
| OKLCH | oklch(0.644 0.225 320.5) |
Copy-ready code
/* CSS */
color: #c751df;
background-color: #c751df;
/* Tailwind (arbitrary) */
class="text-[#c751df] bg-[#c751df]"
/* SCSS */
$brand: #c751df;
/* SwiftUI */
Color(red: 0.780, green: 0.318, blue: 0.875)
/* Android */
Color.parseColor("#c751df")Accessibility — WCAG contrast
Aa
#c751df on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c751df on black: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green31.8%
Blue87.5%
CMYK percentages
Cyan10.8%
Magenta63.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c751df text on a black background
contrast 5.67:1
Card sample
#c751df text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c751df;
Background color
Panel with #c751df background
background-color: #c751df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c751df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 81, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 81, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c751df; background: linear-gradient(135deg, #c751df, #DF5198);