#c57fdf
a light, vivid violet · warm · closest name: orchid
RGB
197, 127, 223
HSL
284°, 60%, 69%
CMYK
12, 43, 0, 13
Luminance
0.3238
Every format
| HEX | #c57fdf |
| RGB | rgb(197, 127, 223) |
| HSL | hsl(284, 60%, 69%) |
| CMYK | cmyk(12%, 43%, 0%, 13%) |
| LAB | lab(63.6 43.3 -38.3) |
| LCH | lch(63.6 57.8 318.5) |
| OKLCH | oklch(0.704 0.153 316.4) |
Copy-ready code
/* CSS */
color: #c57fdf;
background-color: #c57fdf;
/* Tailwind (arbitrary) */
class="text-[#c57fdf] bg-[#c57fdf]"
/* SCSS */
$brand: #c57fdf;
/* SwiftUI */
Color(red: 0.773, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#c57fdf")Accessibility — WCAG contrast
Aa
#c57fdf on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c57fdf on black: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green49.8%
Blue87.5%
CMYK percentages
Cyan11.7%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#c57fdf text on a black background
contrast 7.48:1
Card sample
#c57fdf text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c57fdf;
Background color
Panel with #c57fdf background
background-color: #c57fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c57fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c57fdf; background: linear-gradient(135deg, #c57fdf, #DF7FB9);