#ce9bac
a light, soft magenta / pink · warm · closest name: pink
RGB
206, 155, 172
HSL
340°, 34%, 71%
CMYK
0, 25, 17, 19
Luminance
0.3954
Every format
| HEX | #ce9bac |
| RGB | rgb(206, 155, 172) |
| HSL | hsl(340, 34%, 71%) |
| CMYK | cmyk(0%, 25%, 17%, 19%) |
| LAB | lab(69.1 21.6 -1.4) |
| LCH | lch(69.1 21.6 356.3) |
| OKLCH | oklch(0.742 0.065 357.0) |
Copy-ready code
/* CSS */
color: #ce9bac;
background-color: #ce9bac;
/* Tailwind (arbitrary) */
class="text-[#ce9bac] bg-[#ce9bac]"
/* SCSS */
$brand: #ce9bac;
/* SwiftUI */
Color(red: 0.808, green: 0.608, blue: 0.675)
/* Android */
Color.parseColor("#ce9bac")Accessibility — WCAG contrast
Aa
#ce9bac on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce9bac on black: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green60.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta24.8%
Yellow16.5%
Key (black)19.2%
Color previews
#ce9bac text on a black background
contrast 8.91:1
Card sample
#ce9bac text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce9bac;
Background color
Panel with #ce9bac background
background-color: #ce9bac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce9bac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 155, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 155, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce9bac; background: linear-gradient(135deg, #ce9bac, #CEAC9B);