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