#c869df
a balanced, vivid violet · warm · closest name: orchid
RGB
200, 105, 223
HSL
288°, 65%, 64%
CMYK
10, 53, 0, 13
Luminance
0.2771
Every format
| HEX | #c869df |
| RGB | rgb(200, 105, 223) |
| HSL | hsl(288, 65%, 64%) |
| CMYK | cmyk(10%, 53%, 0%, 13%) |
| LAB | lab(59.6 55.4 -44.6) |
| LCH | lch(59.6 71.1 321.2) |
| OKLCH | oklch(0.675 0.191 319.5) |
Copy-ready code
/* CSS */
color: #c869df;
background-color: #c869df;
/* Tailwind (arbitrary) */
class="text-[#c869df] bg-[#c869df]"
/* SCSS */
$brand: #c869df;
/* SwiftUI */
Color(red: 0.784, green: 0.412, blue: 0.875)
/* Android */
Color.parseColor("#c869df")Accessibility — WCAG contrast
Aa
#c869df on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c869df on black: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green41.2%
Blue87.5%
CMYK percentages
Cyan10.3%
Magenta52.9%
Yellow0.0%
Key (black)12.5%
Color previews
#c869df text on a black background
contrast 6.54:1
Card sample
#c869df text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c869df;
Background color
Panel with #c869df background
background-color: #c869df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c869df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 105, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 105, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c869df; background: linear-gradient(135deg, #c869df, #DF69A7);