#ce8ba2
a light, soft magenta / pink · warm · closest name: pink
RGB
206, 139, 162
HSL
339°, 41%, 68%
CMYK
0, 33, 21, 19
Luminance
0.3420
Every format
| HEX | #ce8ba2 |
| RGB | rgb(206, 139, 162) |
| HSL | hsl(339, 41%, 68%) |
| CMYK | cmyk(0%, 33%, 21%, 19%) |
| LAB | lab(65.1 28.8 -1.7) |
| LCH | lch(65.1 28.8 356.6) |
| OKLCH | oklch(0.710 0.086 357.3) |
Copy-ready code
/* CSS */
color: #ce8ba2;
background-color: #ce8ba2;
/* Tailwind (arbitrary) */
class="text-[#ce8ba2] bg-[#ce8ba2]"
/* SCSS */
$brand: #ce8ba2;
/* SwiftUI */
Color(red: 0.808, green: 0.545, blue: 0.635)
/* Android */
Color.parseColor("#ce8ba2")Accessibility — WCAG contrast
Aa
#ce8ba2 on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce8ba2 on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green54.5%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta32.5%
Yellow21.4%
Key (black)19.2%
Color previews
#ce8ba2 text on a black background
contrast 7.84:1
Card sample
#ce8ba2 text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce8ba2;
Background color
Panel with #ce8ba2 background
background-color: #ce8ba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce8ba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 139, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 139, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce8ba2; background: linear-gradient(135deg, #ce8ba2, #CEA18B);