#cd7b91
a balanced, vivid magenta / pink · warm · closest name: pink
RGB
205, 123, 145
HSL
344°, 45%, 64%
CMYK
0, 40, 29, 20
Luminance
0.2919
Every format
| HEX | #cd7b91 |
| RGB | rgb(205, 123, 145) |
| HSL | hsl(344, 45%, 64%) |
| CMYK | cmyk(0%, 40%, 29%, 20%) |
| LAB | lab(61.0 34.6 1.9) |
| LCH | lch(61.0 34.7 3.1) |
| OKLCH | oklch(0.677 0.105 2.9) |
Copy-ready code
/* CSS */
color: #cd7b91;
background-color: #cd7b91;
/* Tailwind (arbitrary) */
class="text-[#cd7b91] bg-[#cd7b91]"
/* SCSS */
$brand: #cd7b91;
/* SwiftUI */
Color(red: 0.804, green: 0.482, blue: 0.569)
/* Android */
Color.parseColor("#cd7b91")Accessibility — WCAG contrast
Aa
#cd7b91 on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd7b91 on black: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green48.2%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow29.3%
Key (black)19.6%
Color previews
#cd7b91 text on a black background
contrast 6.84:1
Card sample
#cd7b91 text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd7b91;
Background color
Panel with #cd7b91 background
background-color: #cd7b91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd7b91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 123, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 123, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd7b91; background: linear-gradient(135deg, #cd7b91, #CD9C7B);