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