#cd5fba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 95, 186
HSL
310°, 52%, 59%
CMYK
0, 54, 9, 20
Luminance
0.2471
Every format
| HEX | #cd5fba |
| RGB | rgb(205, 95, 186) |
| HSL | hsl(310, 52%, 59%) |
| CMYK | cmyk(0%, 54%, 9%, 20%) |
| LAB | lab(56.8 55.0 -28.0) |
| LCH | lch(56.8 61.7 333.0) |
| OKLCH | oklch(0.650 0.176 334.5) |
Copy-ready code
/* CSS */
color: #cd5fba;
background-color: #cd5fba;
/* Tailwind (arbitrary) */
class="text-[#cd5fba] bg-[#cd5fba]"
/* SCSS */
$brand: #cd5fba;
/* SwiftUI */
Color(red: 0.804, green: 0.373, blue: 0.729)
/* Android */
Color.parseColor("#cd5fba")Accessibility — WCAG contrast
Aa
#cd5fba on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd5fba on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green37.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta53.7%
Yellow9.3%
Key (black)19.6%
Color previews
#cd5fba text on a black background
contrast 5.94:1
Card sample
#cd5fba text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd5fba;
Background color
Panel with #cd5fba background
background-color: #cd5fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd5fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 95, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 95, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd5fba; background: linear-gradient(135deg, #cd5fba, #CD5F71);