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