#c258cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
194, 88, 207
HSL
293°, 55%, 58%
CMYK
6, 58, 0, 19
Luminance
0.2295
Every format
| HEX | #c258cf |
| RGB | rgb(194, 88, 207) |
| HSL | hsl(293, 55%, 58%) |
| CMYK | cmyk(6%, 58%, 0%, 19%) |
| LAB | lab(55.0 58.9 -42.9) |
| LCH | lch(55.0 72.9 324.0) |
| OKLCH | oklch(0.637 0.198 323.2) |
Copy-ready code
/* CSS */
color: #c258cf;
background-color: #c258cf;
/* Tailwind (arbitrary) */
class="text-[#c258cf] bg-[#c258cf]"
/* SCSS */
$brand: #c258cf;
/* SwiftUI */
Color(red: 0.761, green: 0.345, blue: 0.812)
/* Android */
Color.parseColor("#c258cf")Accessibility — WCAG contrast
Aa
#c258cf on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c258cf on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green34.5%
Blue81.2%
CMYK percentages
Cyan6.3%
Magenta57.5%
Yellow0.0%
Key (black)18.8%
Color previews
#c258cf text on a black background
contrast 5.59:1
Card sample
#c258cf text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c258cf;
Background color
Panel with #c258cf background
background-color: #c258cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c258cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 88, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 88, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c258cf; background: linear-gradient(135deg, #c258cf, #CF588D);