#c57ddf
a light, vivid violet · warm · closest name: orchid
RGB
197, 125, 223
HSL
284°, 61%, 68%
CMYK
12, 44, 0, 13
Luminance
0.3187
Every format
| HEX | #c57ddf |
| RGB | rgb(197, 125, 223) |
| HSL | hsl(284, 61%, 68%) |
| CMYK | cmyk(12%, 44%, 0%, 13%) |
| LAB | lab(63.2 44.3 -39.0) |
| LCH | lch(63.2 59.0 318.7) |
| OKLCH | oklch(0.701 0.157 316.6) |
Copy-ready code
/* CSS */
color: #c57ddf;
background-color: #c57ddf;
/* Tailwind (arbitrary) */
class="text-[#c57ddf] bg-[#c57ddf]"
/* SCSS */
$brand: #c57ddf;
/* SwiftUI */
Color(red: 0.773, green: 0.490, blue: 0.875)
/* Android */
Color.parseColor("#c57ddf")Accessibility — WCAG contrast
Aa
#c57ddf on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c57ddf on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green49.0%
Blue87.5%
CMYK percentages
Cyan11.7%
Magenta43.9%
Yellow0.0%
Key (black)12.5%
Color previews
#c57ddf text on a black background
contrast 7.37:1
Card sample
#c57ddf text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c57ddf;
Background color
Panel with #c57ddf background
background-color: #c57ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c57ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 125, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 125, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c57ddf; background: linear-gradient(135deg, #c57ddf, #DF7DB8);