#ce97ac
a light, soft magenta / pink · warm · closest name: pink
RGB
206, 151, 172
HSL
337°, 36%, 70%
CMYK
0, 27, 17, 19
Luminance
0.3823
Every format
| HEX | #ce97ac |
| RGB | rgb(206, 151, 172) |
| HSL | hsl(337, 36%, 70%) |
| CMYK | cmyk(0%, 27%, 17%, 19%) |
| LAB | lab(68.2 23.8 -2.8) |
| LCH | lch(68.2 23.9 353.3) |
| OKLCH | oklch(0.735 0.071 354.3) |
Copy-ready code
/* CSS */
color: #ce97ac;
background-color: #ce97ac;
/* Tailwind (arbitrary) */
class="text-[#ce97ac] bg-[#ce97ac]"
/* SCSS */
$brand: #ce97ac;
/* SwiftUI */
Color(red: 0.808, green: 0.592, blue: 0.675)
/* Android */
Color.parseColor("#ce97ac")Accessibility — WCAG contrast
Aa
#ce97ac on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce97ac on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green59.2%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta26.7%
Yellow16.5%
Key (black)19.2%
Color previews
#ce97ac text on a black background
contrast 8.65:1
Card sample
#ce97ac text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce97ac;
Background color
Panel with #ce97ac background
background-color: #ce97ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce97ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 151, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 151, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce97ac; background: linear-gradient(135deg, #ce97ac, #CEA797);