#cd5fdf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 95, 223
HSL
292°, 67%, 62%
CMYK
8, 57, 0, 13
Luminance
0.2649
Every format
| HEX | #cd5fdf |
| RGB | rgb(205, 95, 223) |
| HSL | hsl(292, 67%, 62%) |
| CMYK | cmyk(8%, 57%, 0%, 13%) |
| LAB | lab(58.5 61.5 -46.3) |
| LCH | lch(58.5 77.0 323.0) |
| OKLCH | oklch(0.668 0.208 321.8) |
Copy-ready code
/* CSS */
color: #cd5fdf;
background-color: #cd5fdf;
/* Tailwind (arbitrary) */
class="text-[#cd5fdf] bg-[#cd5fdf]"
/* SCSS */
$brand: #cd5fdf;
/* SwiftUI */
Color(red: 0.804, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#cd5fdf")Accessibility — WCAG contrast
Aa
#cd5fdf on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd5fdf on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green37.3%
Blue87.5%
CMYK percentages
Cyan8.1%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#cd5fdf text on a black background
contrast 6.30:1
Card sample
#cd5fdf text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd5fdf;
Background color
Panel with #cd5fdf background
background-color: #cd5fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd5fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd5fdf; background: linear-gradient(135deg, #cd5fdf, #DF5F9C);