#ce58cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 88, 207
HSL
300°, 55%, 58%
CMYK
1, 58, 0, 19
Luminance
0.2461
Every format
| HEX | #ce58cf |
| RGB | rgb(206, 88, 207) |
| HSL | hsl(300, 55%, 58%) |
| CMYK | cmyk(1%, 58%, 0%, 19%) |
| LAB | lab(56.7 62.0 -40.1) |
| LCH | lch(56.7 73.9 327.1) |
| OKLCH | oklch(0.653 0.205 327.3) |
Copy-ready code
/* CSS */
color: #ce58cf;
background-color: #ce58cf;
/* Tailwind (arbitrary) */
class="text-[#ce58cf] bg-[#ce58cf]"
/* SCSS */
$brand: #ce58cf;
/* SwiftUI */
Color(red: 0.808, green: 0.345, blue: 0.812)
/* Android */
Color.parseColor("#ce58cf")Accessibility — WCAG contrast
Aa
#ce58cf on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce58cf on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green34.5%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta57.5%
Yellow0.0%
Key (black)18.8%
Color previews
#ce58cf text on a black background
contrast 5.92:1
Card sample
#ce58cf text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce58cf;
Background color
Panel with #ce58cf background
background-color: #ce58cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce58cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 88, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 88, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce58cf; background: linear-gradient(135deg, #ce58cf, #CF5881);