#ce97cf
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 151, 207
HSL
299°, 37%, 70%
CMYK
1, 27, 0, 19
Luminance
0.3976
Every format
| HEX | #ce97cf |
| RGB | rgb(206, 151, 207) |
| HSL | hsl(299, 37%, 70%) |
| CMYK | cmyk(1%, 27%, 0%, 19%) |
| LAB | lab(69.3 29.9 -20.6) |
| LCH | lch(69.3 36.3 325.4) |
| OKLCH | oklch(0.747 0.100 325.9) |
Copy-ready code
/* CSS */
color: #ce97cf;
background-color: #ce97cf;
/* Tailwind (arbitrary) */
class="text-[#ce97cf] bg-[#ce97cf]"
/* SCSS */
$brand: #ce97cf;
/* SwiftUI */
Color(red: 0.808, green: 0.592, blue: 0.812)
/* Android */
Color.parseColor("#ce97cf")Accessibility — WCAG contrast
Aa
#ce97cf on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce97cf on black: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green59.2%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta27.1%
Yellow0.0%
Key (black)18.8%
Color previews
#ce97cf text on a black background
contrast 8.95:1
Card sample
#ce97cf text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce97cf;
Background color
Panel with #ce97cf background
background-color: #ce97cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce97cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 151, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 151, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce97cf; background: linear-gradient(135deg, #ce97cf, #CF97AB);