#c858df
a balanced, vivid violet · warm · closest name: orchid
RGB
200, 88, 223
HSL
290°, 68%, 61%
CMYK
10, 61, 0, 13
Luminance
0.2459
Every format
| HEX | #c858df |
| RGB | rgb(200, 88, 223) |
| HSL | hsl(290, 68%, 61%) |
| CMYK | cmyk(10%, 61%, 0%, 13%) |
| LAB | lab(56.7 63.4 -49.3) |
| LCH | lch(56.7 80.3 322.1) |
| OKLCH | oklch(0.654 0.216 320.5) |
Copy-ready code
/* CSS */
color: #c858df;
background-color: #c858df;
/* Tailwind (arbitrary) */
class="text-[#c858df] bg-[#c858df]"
/* SCSS */
$brand: #c858df;
/* SwiftUI */
Color(red: 0.784, green: 0.345, blue: 0.875)
/* Android */
Color.parseColor("#c858df")Accessibility — WCAG contrast
Aa
#c858df on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c858df on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green34.5%
Blue87.5%
CMYK percentages
Cyan10.3%
Magenta60.5%
Yellow0.0%
Key (black)12.5%
Color previews
#c858df text on a black background
contrast 5.92:1
Card sample
#c858df text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c858df;
Background color
Panel with #c858df background
background-color: #c858df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c858df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 88, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 88, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c858df; background: linear-gradient(135deg, #c858df, #DF589C);