#c575df
a light, vivid violet · warm · closest name: orchid
RGB
197, 117, 223
HSL
285°, 62%, 67%
CMYK
12, 48, 0, 13
Luminance
0.2992
Every format
| HEX | #c575df |
| RGB | rgb(197, 117, 223) |
| HSL | hsl(285, 62%, 67%) |
| CMYK | cmyk(12%, 48%, 0%, 13%) |
| LAB | lab(61.6 48.5 -41.5) |
| LCH | lch(61.6 63.9 319.4) |
| OKLCH | oklch(0.689 0.170 317.4) |
Copy-ready code
/* CSS */
color: #c575df;
background-color: #c575df;
/* Tailwind (arbitrary) */
class="text-[#c575df] bg-[#c575df]"
/* SCSS */
$brand: #c575df;
/* SwiftUI */
Color(red: 0.773, green: 0.459, blue: 0.875)
/* Android */
Color.parseColor("#c575df")Accessibility — WCAG contrast
Aa
#c575df on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c575df on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green45.9%
Blue87.5%
CMYK percentages
Cyan11.7%
Magenta47.5%
Yellow0.0%
Key (black)12.5%
Color previews
#c575df text on a black background
contrast 6.98:1
Card sample
#c575df text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c575df;
Background color
Panel with #c575df background
background-color: #c575df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c575df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 117, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 117, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c575df; background: linear-gradient(135deg, #c575df, #DF75B2);