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