#ce7c97
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
206, 124, 151
HSL
340°, 46%, 65%
CMYK
0, 40, 27, 19
Luminance
0.2977
Every format
| HEX | #ce7c97 |
| RGB | rgb(206, 124, 151) |
| HSL | hsl(340, 46%, 65%) |
| CMYK | cmyk(0%, 40%, 27%, 19%) |
| LAB | lab(61.5 35.3 -0.8) |
| LCH | lch(61.5 35.3 358.7) |
| OKLCH | oklch(0.681 0.106 359.1) |
Copy-ready code
/* CSS */
color: #ce7c97;
background-color: #ce7c97;
/* Tailwind (arbitrary) */
class="text-[#ce7c97] bg-[#ce7c97]"
/* SCSS */
$brand: #ce7c97;
/* SwiftUI */
Color(red: 0.808, green: 0.486, blue: 0.592)
/* Android */
Color.parseColor("#ce7c97")Accessibility — WCAG contrast
Aa
#ce7c97 on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce7c97 on black: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green48.6%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta39.8%
Yellow26.7%
Key (black)19.2%
Color previews
#ce7c97 text on a black background
contrast 6.95:1
Card sample
#ce7c97 text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce7c97;
Background color
Panel with #ce7c97 background
background-color: #ce7c97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce7c97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 124, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 124, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce7c97; background: linear-gradient(135deg, #ce7c97, #CE987C);