#c756df
a balanced, vivid violet · warm · closest name: orchid
RGB
199, 86, 223
HSL
290°, 68%, 61%
CMYK
11, 61, 0, 13
Luminance
0.2413
Every format
| HEX | #c756df |
| RGB | rgb(199, 86, 223) |
| HSL | hsl(290, 68%, 61%) |
| CMYK | cmyk(11%, 61%, 0%, 13%) |
| LAB | lab(56.2 64.0 -50.0) |
| LCH | lch(56.2 81.3 322.0) |
| OKLCH | oklch(0.650 0.218 320.2) |
Copy-ready code
/* CSS */
color: #c756df;
background-color: #c756df;
/* Tailwind (arbitrary) */
class="text-[#c756df] bg-[#c756df]"
/* SCSS */
$brand: #c756df;
/* SwiftUI */
Color(red: 0.780, green: 0.337, blue: 0.875)
/* Android */
Color.parseColor("#c756df")Accessibility — WCAG contrast
Aa
#c756df on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c756df on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green33.7%
Blue87.5%
CMYK percentages
Cyan10.8%
Magenta61.4%
Yellow0.0%
Key (black)12.5%
Color previews
#c756df text on a black background
contrast 5.83:1
Card sample
#c756df text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c756df;
Background color
Panel with #c756df background
background-color: #c756df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c756df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 86, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 86, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c756df; background: linear-gradient(135deg, #c756df, #DF569C);