#c892df
a light, vivid violet · warm · closest name: plum
RGB
200, 146, 223
HSL
282°, 55%, 72%
CMYK
10, 35, 0, 13
Luminance
0.3816
Every format
| HEX | #c892df |
| RGB | rgb(200, 146, 223) |
| HSL | hsl(282, 55%, 72%) |
| CMYK | cmyk(10%, 35%, 0%, 13%) |
| LAB | lab(68.1 33.9 -31.3) |
| LCH | lch(68.1 46.1 317.3) |
| OKLCH | oklch(0.739 0.122 315.5) |
Copy-ready code
/* CSS */
color: #c892df;
background-color: #c892df;
/* Tailwind (arbitrary) */
class="text-[#c892df] bg-[#c892df]"
/* SCSS */
$brand: #c892df;
/* SwiftUI */
Color(red: 0.784, green: 0.573, blue: 0.875)
/* Android */
Color.parseColor("#c892df")Accessibility — WCAG contrast
Aa
#c892df on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c892df on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green57.3%
Blue87.5%
CMYK percentages
Cyan10.3%
Magenta34.5%
Yellow0.0%
Key (black)12.5%
Color previews
#c892df text on a black background
contrast 8.63:1
Card sample
#c892df text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c892df;
Background color
Panel with #c892df background
background-color: #c892df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c892df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 146, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 146, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c892df; background: linear-gradient(135deg, #c892df, #DF92C3);