#c89daf
a light, soft magenta / pink · warm · closest name: pink
RGB
200, 157, 175
HSL
335°, 28%, 70%
CMYK
0, 22, 13, 22
Luminance
0.3949
Every format
| HEX | #c89daf |
| RGB | rgb(200, 157, 175) |
| HSL | hsl(335, 28%, 70%) |
| CMYK | cmyk(0%, 22%, 13%, 22%) |
| LAB | lab(69.1 18.8 -3.2) |
| LCH | lch(69.1 19.1 350.4) |
| OKLCH | oklch(0.741 0.056 351.6) |
Copy-ready code
/* CSS */
color: #c89daf;
background-color: #c89daf;
/* Tailwind (arbitrary) */
class="text-[#c89daf] bg-[#c89daf]"
/* SCSS */
$brand: #c89daf;
/* SwiftUI */
Color(red: 0.784, green: 0.616, blue: 0.686)
/* Android */
Color.parseColor("#c89daf")Accessibility — WCAG contrast
Aa
#c89daf on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c89daf on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green61.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta21.5%
Yellow12.5%
Key (black)21.6%
Color previews
#c89daf text on a black background
contrast 8.90:1
Card sample
#c89daf text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c89daf;
Background color
Panel with #c89daf background
background-color: #c89daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c89daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 157, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 157, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c89daf; background: linear-gradient(135deg, #c89daf, #C8A89D);