#cd5fcf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 95, 207
HSL
299°, 54%, 59%
CMYK
1, 54, 0, 19
Luminance
0.2567
Every format
| HEX | #cd5fcf |
| RGB | rgb(205, 95, 207) |
| HSL | hsl(299, 54%, 59%) |
| CMYK | cmyk(1%, 54%, 0%, 19%) |
| LAB | lab(57.7 58.6 -38.5) |
| LCH | lch(57.7 70.1 326.7) |
| OKLCH | oklch(0.660 0.194 326.8) |
Copy-ready code
/* CSS */
color: #cd5fcf;
background-color: #cd5fcf;
/* Tailwind (arbitrary) */
class="text-[#cd5fcf] bg-[#cd5fcf]"
/* SCSS */
$brand: #cd5fcf;
/* SwiftUI */
Color(red: 0.804, green: 0.373, blue: 0.812)
/* Android */
Color.parseColor("#cd5fcf")Accessibility — WCAG contrast
Aa
#cd5fcf on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd5fcf on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green37.3%
Blue81.2%
CMYK percentages
Cyan1.0%
Magenta54.1%
Yellow0.0%
Key (black)18.8%
Color previews
#cd5fcf text on a black background
contrast 6.13:1
Card sample
#cd5fcf text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd5fcf;
Background color
Panel with #cd5fcf background
background-color: #cd5fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd5fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 95, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 95, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd5fcf; background: linear-gradient(135deg, #cd5fcf, #CF5F86);