#c883df
a light, vivid violet · warm · closest name: orchid
RGB
200, 131, 223
HSL
285°, 59%, 69%
CMYK
10, 41, 0, 13
Luminance
0.3384
Every format
| HEX | #c883df |
| RGB | rgb(200, 131, 223) |
| HSL | hsl(285, 59%, 69%) |
| CMYK | cmyk(10%, 41%, 0%, 13%) |
| LAB | lab(64.8 42.0 -36.4) |
| LCH | lch(64.8 55.6 319.1) |
| OKLCH | oklch(0.714 0.148 317.3) |
Copy-ready code
/* CSS */
color: #c883df;
background-color: #c883df;
/* Tailwind (arbitrary) */
class="text-[#c883df] bg-[#c883df]"
/* SCSS */
$brand: #c883df;
/* SwiftUI */
Color(red: 0.784, green: 0.514, blue: 0.875)
/* Android */
Color.parseColor("#c883df")Accessibility — WCAG contrast
Aa
#c883df on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c883df on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green51.4%
Blue87.5%
CMYK percentages
Cyan10.3%
Magenta41.3%
Yellow0.0%
Key (black)12.5%
Color previews
#c883df text on a black background
contrast 7.77:1
Card sample
#c883df text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c883df;
Background color
Panel with #c883df background
background-color: #c883df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c883df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 131, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 131, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c883df; background: linear-gradient(135deg, #c883df, #DF83B9);