#ce97ba
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 151, 186
HSL
322°, 36%, 70%
CMYK
0, 27, 10, 19
Luminance
0.3880
Every format
| HEX | #ce97ba |
| RGB | rgb(206, 151, 186) |
| HSL | hsl(322, 36%, 70%) |
| CMYK | cmyk(0%, 27%, 10%, 19%) |
| LAB | lab(68.6 26.1 -10.0) |
| LCH | lch(68.6 28.0 339.0) |
| OKLCH | oklch(0.740 0.080 340.8) |
Copy-ready code
/* CSS */
color: #ce97ba;
background-color: #ce97ba;
/* Tailwind (arbitrary) */
class="text-[#ce97ba] bg-[#ce97ba]"
/* SCSS */
$brand: #ce97ba;
/* SwiftUI */
Color(red: 0.808, green: 0.592, blue: 0.729)
/* Android */
Color.parseColor("#ce97ba")Accessibility — WCAG contrast
Aa
#ce97ba on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce97ba on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green59.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta26.7%
Yellow9.7%
Key (black)19.2%
Color previews
#ce97ba text on a black background
contrast 8.76:1
Card sample
#ce97ba text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce97ba;
Background color
Panel with #ce97ba background
background-color: #ce97ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce97ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 151, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 151, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce97ba; background: linear-gradient(135deg, #ce97ba, #CE9997);