#ce97b3
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 151, 179
HSL
330°, 36%, 70%
CMYK
0, 27, 13, 19
Luminance
0.3851
Every format
| HEX | #ce97b3 |
| RGB | rgb(206, 151, 179) |
| HSL | hsl(330, 36%, 70%) |
| CMYK | cmyk(0%, 27%, 13%, 19%) |
| LAB | lab(68.4 24.9 -6.4) |
| LCH | lch(68.4 25.7 345.6) |
| OKLCH | oklch(0.737 0.075 347.2) |
Copy-ready code
/* CSS */
color: #ce97b3;
background-color: #ce97b3;
/* Tailwind (arbitrary) */
class="text-[#ce97b3] bg-[#ce97b3]"
/* SCSS */
$brand: #ce97b3;
/* SwiftUI */
Color(red: 0.808, green: 0.592, blue: 0.702)
/* Android */
Color.parseColor("#ce97b3")Accessibility — WCAG contrast
Aa
#ce97b3 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce97b3 on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green59.2%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta26.7%
Yellow13.1%
Key (black)19.2%
Color previews
#ce97b3 text on a black background
contrast 8.70:1
Card sample
#ce97b3 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce97b3;
Background color
Panel with #ce97b3 background
background-color: #ce97b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce97b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 151, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 151, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce97b3; background: linear-gradient(135deg, #ce97b3, #CEA097);