#c754df
a balanced, vivid violet · warm · closest name: orchid
RGB
199, 84, 223
HSL
290°, 69%, 60%
CMYK
11, 62, 0, 13
Luminance
0.2381
Every format
| HEX | #c754df |
| RGB | rgb(199, 84, 223) |
| HSL | hsl(290, 69%, 60%) |
| CMYK | cmyk(11%, 62%, 0%, 13%) |
| LAB | lab(55.9 64.9 -50.5) |
| LCH | lch(55.9 82.3 322.1) |
| OKLCH | oklch(0.648 0.221 320.3) |
Copy-ready code
/* CSS */
color: #c754df;
background-color: #c754df;
/* Tailwind (arbitrary) */
class="text-[#c754df] bg-[#c754df]"
/* SCSS */
$brand: #c754df;
/* SwiftUI */
Color(red: 0.780, green: 0.329, blue: 0.875)
/* Android */
Color.parseColor("#c754df")Accessibility — WCAG contrast
Aa
#c754df on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c754df on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green32.9%
Blue87.5%
CMYK percentages
Cyan10.8%
Magenta62.3%
Yellow0.0%
Key (black)12.5%
Color previews
#c754df text on a black background
contrast 5.76:1
Card sample
#c754df text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c754df;
Background color
Panel with #c754df background
background-color: #c754df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c754df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 84, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 84, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c754df; background: linear-gradient(135deg, #c754df, #DF549A);