#c875df
a light, vivid violet · warm · closest name: orchid
RGB
200, 117, 223
HSL
287°, 62%, 67%
CMYK
10, 48, 0, 13
Luminance
0.3033
Every format
| HEX | #c875df |
| RGB | rgb(200, 117, 223) |
| HSL | hsl(287, 62%, 67%) |
| CMYK | cmyk(10%, 48%, 0%, 13%) |
| LAB | lab(61.9 49.4 -41.0) |
| LCH | lch(61.9 64.2 320.3) |
| OKLCH | oklch(0.692 0.172 318.6) |
Copy-ready code
/* CSS */
color: #c875df;
background-color: #c875df;
/* Tailwind (arbitrary) */
class="text-[#c875df] bg-[#c875df]"
/* SCSS */
$brand: #c875df;
/* SwiftUI */
Color(red: 0.784, green: 0.459, blue: 0.875)
/* Android */
Color.parseColor("#c875df")Accessibility — WCAG contrast
Aa
#c875df on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c875df on black: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green45.9%
Blue87.5%
CMYK percentages
Cyan10.3%
Magenta47.5%
Yellow0.0%
Key (black)12.5%
Color previews
#c875df text on a black background
contrast 7.07:1
Card sample
#c875df text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c875df;
Background color
Panel with #c875df background
background-color: #c875df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c875df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 117, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 117, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c875df; background: linear-gradient(135deg, #c875df, #DF75AF);