#c184df
a light, vivid violet · warm · closest name: orchid
RGB
193, 132, 223
HSL
280°, 59%, 70%
CMYK
14, 41, 0, 13
Luminance
0.3317
Every format
| HEX | #c184df |
| RGB | rgb(193, 132, 223) |
| HSL | hsl(280, 59%, 70%) |
| CMYK | cmyk(14%, 41%, 0%, 13%) |
| LAB | lab(64.3 39.4 -37.3) |
| LCH | lch(64.3 54.3 316.5) |
| OKLCH | oklch(0.708 0.143 313.9) |
Copy-ready code
/* CSS */
color: #c184df;
background-color: #c184df;
/* Tailwind (arbitrary) */
class="text-[#c184df] bg-[#c184df]"
/* SCSS */
$brand: #c184df;
/* SwiftUI */
Color(red: 0.757, green: 0.518, blue: 0.875)
/* Android */
Color.parseColor("#c184df")Accessibility — WCAG contrast
Aa
#c184df on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c184df on black: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green51.8%
Blue87.5%
CMYK percentages
Cyan13.5%
Magenta40.8%
Yellow0.0%
Key (black)12.5%
Color previews
#c184df text on a black background
contrast 7.63:1
Card sample
#c184df text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c184df;
Background color
Panel with #c184df background
background-color: #c184df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c184df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 132, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 132, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c184df; background: linear-gradient(135deg, #c184df, #DF84C0);