#ce60cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 96, 207
HSL
300°, 54%, 59%
CMYK
1, 54, 0, 19
Luminance
0.2599
Every format
| HEX | #ce60cf |
| RGB | rgb(206, 96, 207) |
| HSL | hsl(300, 54%, 59%) |
| CMYK | cmyk(1%, 54%, 0%, 19%) |
| LAB | lab(58.0 58.4 -38.0) |
| LCH | lch(58.0 69.7 326.9) |
| OKLCH | oklch(0.663 0.193 327.1) |
Copy-ready code
/* CSS */
color: #ce60cf;
background-color: #ce60cf;
/* Tailwind (arbitrary) */
class="text-[#ce60cf] bg-[#ce60cf]"
/* SCSS */
$brand: #ce60cf;
/* SwiftUI */
Color(red: 0.808, green: 0.376, blue: 0.812)
/* Android */
Color.parseColor("#ce60cf")Accessibility — WCAG contrast
Aa
#ce60cf on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce60cf on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green37.6%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta53.6%
Yellow0.0%
Key (black)18.8%
Color previews
#ce60cf text on a black background
contrast 6.20:1
Card sample
#ce60cf text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce60cf;
Background color
Panel with #ce60cf background
background-color: #ce60cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce60cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 96, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 96, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce60cf; background: linear-gradient(135deg, #ce60cf, #CF6086);