#c181df
a light, vivid violet · warm · closest name: orchid
RGB
193, 129, 223
HSL
281°, 60%, 69%
CMYK
14, 42, 0, 13
Luminance
0.3237
Every format
| HEX | #c181df |
| RGB | rgb(193, 129, 223) |
| HSL | hsl(281, 60%, 69%) |
| CMYK | cmyk(14%, 42%, 0%, 13%) |
| LAB | lab(63.6 41.0 -38.3) |
| LCH | lch(63.6 56.1 316.9) |
| OKLCH | oklch(0.703 0.148 314.3) |
Copy-ready code
/* CSS */
color: #c181df;
background-color: #c181df;
/* Tailwind (arbitrary) */
class="text-[#c181df] bg-[#c181df]"
/* SCSS */
$brand: #c181df;
/* SwiftUI */
Color(red: 0.757, green: 0.506, blue: 0.875)
/* Android */
Color.parseColor("#c181df")Accessibility — WCAG contrast
Aa
#c181df on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c181df on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green50.6%
Blue87.5%
CMYK percentages
Cyan13.5%
Magenta42.2%
Yellow0.0%
Key (black)12.5%
Color previews
#c181df text on a black background
contrast 7.47:1
Card sample
#c181df text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c181df;
Background color
Panel with #c181df background
background-color: #c181df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c181df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 129, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 129, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c181df; background: linear-gradient(135deg, #c181df, #DF81BE);