#c658cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
198, 88, 207
HSL
296°, 55%, 58%
CMYK
4, 58, 0, 19
Luminance
0.2349
Every format
| HEX | #c658cf |
| RGB | rgb(198, 88, 207) |
| HSL | hsl(296, 55%, 58%) |
| CMYK | cmyk(4%, 58%, 0%, 19%) |
| LAB | lab(55.6 60.0 -42.0) |
| LCH | lch(55.6 73.2 325.0) |
| OKLCH | oklch(0.642 0.200 324.6) |
Copy-ready code
/* CSS */
color: #c658cf;
background-color: #c658cf;
/* Tailwind (arbitrary) */
class="text-[#c658cf] bg-[#c658cf]"
/* SCSS */
$brand: #c658cf;
/* SwiftUI */
Color(red: 0.776, green: 0.345, blue: 0.812)
/* Android */
Color.parseColor("#c658cf")Accessibility — WCAG contrast
Aa
#c658cf on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c658cf on black: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green34.5%
Blue81.2%
CMYK percentages
Cyan4.3%
Magenta57.5%
Yellow0.0%
Key (black)18.8%
Color previews
#c658cf text on a black background
contrast 5.70:1
Card sample
#c658cf text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c658cf;
Background color
Panel with #c658cf background
background-color: #c658cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c658cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 88, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 88, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c658cf; background: linear-gradient(135deg, #c658cf, #CF5888);