#c89fba
a light, soft magenta / pink · warm · closest name: pink
RGB
200, 159, 186
HSL
321°, 27%, 70%
CMYK
0, 21, 7, 22
Luminance
0.4062
Every format
| HEX | #c89fba |
| RGB | rgb(200, 159, 186) |
| HSL | hsl(321, 27%, 70%) |
| CMYK | cmyk(0%, 21%, 7%, 22%) |
| LAB | lab(69.9 19.6 -8.1) |
| LCH | lch(69.9 21.2 337.5) |
| OKLCH | oklch(0.748 0.060 339.2) |
Copy-ready code
/* CSS */
color: #c89fba;
background-color: #c89fba;
/* Tailwind (arbitrary) */
class="text-[#c89fba] bg-[#c89fba]"
/* SCSS */
$brand: #c89fba;
/* SwiftUI */
Color(red: 0.784, green: 0.624, blue: 0.729)
/* Android */
Color.parseColor("#c89fba")Accessibility — WCAG contrast
Aa
#c89fba on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c89fba on black: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green62.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta20.5%
Yellow7.0%
Key (black)21.6%
Color previews
#c89fba text on a black background
contrast 9.12:1
Card sample
#c89fba text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c89fba;
Background color
Panel with #c89fba background
background-color: #c89fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c89fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 159, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 159, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c89fba; background: linear-gradient(135deg, #c89fba, #C89F9F);