#c57cdf
a light, vivid violet · warm · closest name: orchid
RGB
197, 124, 223
HSL
284°, 61%, 68%
CMYK
12, 44, 0, 13
Luminance
0.3161
Every format
| HEX | #c57cdf |
| RGB | rgb(197, 124, 223) |
| HSL | hsl(284, 61%, 68%) |
| CMYK | cmyk(12%, 44%, 0%, 13%) |
| LAB | lab(63.0 44.9 -39.3) |
| LCH | lch(63.0 59.6 318.8) |
| OKLCH | oklch(0.700 0.159 316.7) |
Copy-ready code
/* CSS */
color: #c57cdf;
background-color: #c57cdf;
/* Tailwind (arbitrary) */
class="text-[#c57cdf] bg-[#c57cdf]"
/* SCSS */
$brand: #c57cdf;
/* SwiftUI */
Color(red: 0.773, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#c57cdf")Accessibility — WCAG contrast
Aa
#c57cdf on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c57cdf on black: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green48.6%
Blue87.5%
CMYK percentages
Cyan11.7%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#c57cdf text on a black background
contrast 7.32:1
Card sample
#c57cdf text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c57cdf;
Background color
Panel with #c57cdf background
background-color: #c57cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c57cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c57cdf; background: linear-gradient(135deg, #c57cdf, #DF7CB7);