#c89fac
a light, soft magenta / pink · warm · closest name: pink
RGB
200, 159, 172
HSL
341°, 27%, 70%
CMYK
0, 21, 14, 22
Luminance
0.4005
Every format
| HEX | #c89fac |
| RGB | rgb(200, 159, 172) |
| HSL | hsl(341, 27%, 70%) |
| CMYK | cmyk(0%, 21%, 14%, 22%) |
| LAB | lab(69.5 17.2 -0.9) |
| LCH | lch(69.5 17.3 356.9) |
| OKLCH | oklch(0.744 0.051 357.5) |
Copy-ready code
/* CSS */
color: #c89fac;
background-color: #c89fac;
/* Tailwind (arbitrary) */
class="text-[#c89fac] bg-[#c89fac]"
/* SCSS */
$brand: #c89fac;
/* SwiftUI */
Color(red: 0.784, green: 0.624, blue: 0.675)
/* Android */
Color.parseColor("#c89fac")Accessibility — WCAG contrast
Aa
#c89fac on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c89fac on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green62.4%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta20.5%
Yellow14.0%
Key (black)21.6%
Color previews
#c89fac text on a black background
contrast 9.01:1
Card sample
#c89fac text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c89fac;
Background color
Panel with #c89fac background
background-color: #c89fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c89fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 159, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 159, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c89fac; background: linear-gradient(135deg, #c89fac, #C8AD9F);