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