#ce97cc
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 151, 204
HSL
302°, 36%, 70%
CMYK
0, 27, 1, 19
Luminance
0.3961
Every format
| HEX | #ce97cc |
| RGB | rgb(206, 151, 204) |
| HSL | hsl(302, 36%, 70%) |
| CMYK | cmyk(0%, 27%, 1%, 19%) |
| LAB | lab(69.2 29.3 -19.1) |
| LCH | lch(69.2 35.0 326.9) |
| OKLCH | oklch(0.746 0.096 327.7) |
Copy-ready code
/* CSS */
color: #ce97cc;
background-color: #ce97cc;
/* Tailwind (arbitrary) */
class="text-[#ce97cc] bg-[#ce97cc]"
/* SCSS */
$brand: #ce97cc;
/* SwiftUI */
Color(red: 0.808, green: 0.592, blue: 0.800)
/* Android */
Color.parseColor("#ce97cc")Accessibility — WCAG contrast
Aa
#ce97cc on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce97cc on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green59.2%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta26.7%
Yellow1.0%
Key (black)19.2%
Color previews
#ce97cc text on a black background
contrast 8.92:1
Card sample
#ce97cc text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce97cc;
Background color
Panel with #ce97cc background
background-color: #ce97cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce97cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 151, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 151, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce97cc; background: linear-gradient(135deg, #ce97cc, #CE97A7);