#c592df
a light, vivid violet · warm · closest name: plum
RGB
197, 146, 223
HSL
280°, 55%, 72%
CMYK
12, 35, 0, 13
Luminance
0.3776
Every format
| HEX | #c592df |
| RGB | rgb(197, 146, 223) |
| HSL | hsl(280, 55%, 72%) |
| CMYK | cmyk(12%, 35%, 0%, 13%) |
| LAB | lab(67.8 32.9 -31.8) |
| LCH | lch(67.8 45.8 316.0) |
| OKLCH | oklch(0.736 0.121 313.8) |
Copy-ready code
/* CSS */
color: #c592df;
background-color: #c592df;
/* Tailwind (arbitrary) */
class="text-[#c592df] bg-[#c592df]"
/* SCSS */
$brand: #c592df;
/* SwiftUI */
Color(red: 0.773, green: 0.573, blue: 0.875)
/* Android */
Color.parseColor("#c592df")Accessibility — WCAG contrast
Aa
#c592df on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c592df on black: 8.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green57.3%
Blue87.5%
CMYK percentages
Cyan11.7%
Magenta34.5%
Yellow0.0%
Key (black)12.5%
Color previews
#c592df text on a black background
contrast 8.55:1
Card sample
#c592df text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c592df;
Background color
Panel with #c592df background
background-color: #c592df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c592df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 146, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 146, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c592df; background: linear-gradient(135deg, #c592df, #DF92C6);