#c89eb2
a light, soft magenta / pink · warm · closest name: pink
RGB
200, 158, 178
HSL
331°, 28%, 70%
CMYK
0, 21, 11, 22
Luminance
0.3995
Every format
| HEX | #c89eb2 |
| RGB | rgb(200, 158, 178) |
| HSL | hsl(331, 28%, 70%) |
| CMYK | cmyk(0%, 21%, 11%, 22%) |
| LAB | lab(69.4 18.8 -4.4) |
| LCH | lch(69.4 19.3 346.8) |
| OKLCH | oklch(0.744 0.056 348.3) |
Copy-ready code
/* CSS */
color: #c89eb2;
background-color: #c89eb2;
/* Tailwind (arbitrary) */
class="text-[#c89eb2] bg-[#c89eb2]"
/* SCSS */
$brand: #c89eb2;
/* SwiftUI */
Color(red: 0.784, green: 0.620, blue: 0.698)
/* Android */
Color.parseColor("#c89eb2")Accessibility — WCAG contrast
Aa
#c89eb2 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c89eb2 on black: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green62.0%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta21.0%
Yellow11.0%
Key (black)21.6%
Color previews
#c89eb2 text on a black background
contrast 8.99:1
Card sample
#c89eb2 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c89eb2;
Background color
Panel with #c89eb2 background
background-color: #c89eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c89eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 158, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 158, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c89eb2; background: linear-gradient(135deg, #c89eb2, #C8A69E);