#c89eb9
a light, soft magenta / pink · warm · closest name: pink
RGB
200, 158, 185
HSL
321°, 28%, 70%
CMYK
0, 21, 8, 22
Luminance
0.4024
Every format
| HEX | #c89eb9 |
| RGB | rgb(200, 158, 185) |
| HSL | hsl(321, 28%, 70%) |
| CMYK | cmyk(0%, 21%, 8%, 22%) |
| LAB | lab(69.6 20.0 -8.0) |
| LCH | lch(69.6 21.5 338.3) |
| OKLCH | oklch(0.746 0.061 339.9) |
Copy-ready code
/* CSS */
color: #c89eb9;
background-color: #c89eb9;
/* Tailwind (arbitrary) */
class="text-[#c89eb9] bg-[#c89eb9]"
/* SCSS */
$brand: #c89eb9;
/* SwiftUI */
Color(red: 0.784, green: 0.620, blue: 0.725)
/* Android */
Color.parseColor("#c89eb9")Accessibility — WCAG contrast
Aa
#c89eb9 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c89eb9 on black: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green62.0%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta21.0%
Yellow7.5%
Key (black)21.6%
Color previews
#c89eb9 text on a black background
contrast 9.05:1
Card sample
#c89eb9 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c89eb9;
Background color
Panel with #c89eb9 background
background-color: #c89eb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c89eb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 158, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 158, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c89eb9; background: linear-gradient(135deg, #c89eb9, #C89F9E);