#c896af
a light, soft magenta / pink · warm · closest name: pink
RGB
200, 150, 175
HSL
330°, 31%, 69%
CMYK
0, 25, 13, 22
Luminance
0.3719
Every format
| HEX | #c896af |
| RGB | rgb(200, 150, 175) |
| HSL | hsl(330, 31%, 69%) |
| CMYK | cmyk(0%, 25%, 13%, 22%) |
| LAB | lab(67.4 22.7 -5.7) |
| LCH | lch(67.4 23.4 345.9) |
| OKLCH | oklch(0.728 0.068 347.5) |
Copy-ready code
/* CSS */
color: #c896af;
background-color: #c896af;
/* Tailwind (arbitrary) */
class="text-[#c896af] bg-[#c896af]"
/* SCSS */
$brand: #c896af;
/* SwiftUI */
Color(red: 0.784, green: 0.588, blue: 0.686)
/* Android */
Color.parseColor("#c896af")Accessibility — WCAG contrast
Aa
#c896af on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c896af on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green58.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow12.5%
Key (black)21.6%
Color previews
#c896af text on a black background
contrast 8.44:1
Card sample
#c896af text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c896af;
Background color
Panel with #c896af background
background-color: #c896af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c896af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 150, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 150, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c896af; background: linear-gradient(135deg, #c896af, #C89E96);