#ce60af
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 96, 175
HSL
317°, 53%, 59%
CMYK
0, 53, 15, 19
Luminance
0.2458
Every format
| HEX | #ce60af |
| RGB | rgb(206, 96, 175) |
| HSL | hsl(317, 53%, 59%) |
| CMYK | cmyk(0%, 53%, 15%, 19%) |
| LAB | lab(56.7 53.1 -21.8) |
| LCH | lch(56.7 57.4 337.7) |
| OKLCH | oklch(0.648 0.167 339.5) |
Copy-ready code
/* CSS */
color: #ce60af;
background-color: #ce60af;
/* Tailwind (arbitrary) */
class="text-[#ce60af] bg-[#ce60af]"
/* SCSS */
$brand: #ce60af;
/* SwiftUI */
Color(red: 0.808, green: 0.376, blue: 0.686)
/* Android */
Color.parseColor("#ce60af")Accessibility — WCAG contrast
Aa
#ce60af on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce60af on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green37.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta53.4%
Yellow15.0%
Key (black)19.2%
Color previews
#ce60af text on a black background
contrast 5.92:1
Card sample
#ce60af text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce60af;
Background color
Panel with #ce60af background
background-color: #ce60af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce60af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 96, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 96, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce60af; background: linear-gradient(135deg, #ce60af, #CE6066);