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