#ce97b0
a light, soft magenta / pink · warm · closest name: pink
RGB
206, 151, 176
HSL
333°, 36%, 70%
CMYK
0, 27, 15, 19
Luminance
0.3839
Every format
| HEX | #ce97b0 |
| RGB | rgb(206, 151, 176) |
| HSL | hsl(333, 36%, 70%) |
| CMYK | cmyk(0%, 27%, 15%, 19%) |
| LAB | lab(68.3 24.4 -4.9) |
| LCH | lch(68.3 24.9 348.7) |
| OKLCH | oklch(0.736 0.073 350.1) |
Copy-ready code
/* CSS */
color: #ce97b0;
background-color: #ce97b0;
/* Tailwind (arbitrary) */
class="text-[#ce97b0] bg-[#ce97b0]"
/* SCSS */
$brand: #ce97b0;
/* SwiftUI */
Color(red: 0.808, green: 0.592, blue: 0.690)
/* Android */
Color.parseColor("#ce97b0")Accessibility — WCAG contrast
Aa
#ce97b0 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce97b0 on black: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green59.2%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta26.7%
Yellow14.6%
Key (black)19.2%
Color previews
#ce97b0 text on a black background
contrast 8.68:1
Card sample
#ce97b0 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce97b0;
Background color
Panel with #ce97b0 background
background-color: #ce97b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce97b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 151, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 151, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce97b0; background: linear-gradient(135deg, #ce97b0, #CEA397);