#c581eb
a light, vivid violet · warm · closest name: orchid
RGB
197, 129, 235
HSL
279°, 73%, 71%
CMYK
16, 45, 0, 8
Luminance
0.3357
Every format
| HEX | #c581eb |
| RGB | rgb(197, 129, 235) |
| HSL | hsl(279, 73%, 71%) |
| CMYK | cmyk(16%, 45%, 0%, 8%) |
| LAB | lab(64.6 44.7 -43.4) |
| LCH | lch(64.6 62.3 315.8) |
| OKLCH | oklch(0.713 0.164 312.4) |
Copy-ready code
/* CSS */
color: #c581eb;
background-color: #c581eb;
/* Tailwind (arbitrary) */
class="text-[#c581eb] bg-[#c581eb]"
/* SCSS */
$brand: #c581eb;
/* SwiftUI */
Color(red: 0.773, green: 0.506, blue: 0.922)
/* Android */
Color.parseColor("#c581eb")Accessibility — WCAG contrast
Aa
#c581eb on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c581eb on black: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green50.6%
Blue92.2%
CMYK percentages
Cyan16.2%
Magenta45.1%
Yellow0.0%
Key (black)7.8%
Color previews
#c581eb text on a black background
contrast 7.71:1
Card sample
#c581eb text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c581eb;
Background color
Panel with #c581eb background
background-color: #c581eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c581eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 129, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 129, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c581eb; background: linear-gradient(135deg, #c581eb, #EB81CA);