#cd5fbc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 95, 188
HSL
309°, 52%, 59%
CMYK
0, 54, 8, 20
Luminance
0.2479
Every format
| HEX | #cd5fbc |
| RGB | rgb(205, 95, 188) |
| HSL | hsl(309, 52%, 59%) |
| CMYK | cmyk(0%, 54%, 8%, 20%) |
| LAB | lab(56.9 55.3 -29.0) |
| LCH | lch(56.9 62.5 332.3) |
| OKLCH | oklch(0.651 0.178 333.7) |
Copy-ready code
/* CSS */
color: #cd5fbc;
background-color: #cd5fbc;
/* Tailwind (arbitrary) */
class="text-[#cd5fbc] bg-[#cd5fbc]"
/* SCSS */
$brand: #cd5fbc;
/* SwiftUI */
Color(red: 0.804, green: 0.373, blue: 0.737)
/* Android */
Color.parseColor("#cd5fbc")Accessibility — WCAG contrast
Aa
#cd5fbc on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd5fbc on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green37.3%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta53.7%
Yellow8.3%
Key (black)19.6%
Color previews
#cd5fbc text on a black background
contrast 5.96:1
Card sample
#cd5fbc text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd5fbc;
Background color
Panel with #cd5fbc background
background-color: #cd5fbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd5fbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 95, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 95, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd5fbc; background: linear-gradient(135deg, #cd5fbc, #CD5F73);