#cd5fc2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 95, 194
HSL
306°, 52%, 59%
CMYK
0, 54, 5, 20
Luminance
0.2506
Every format
| HEX | #cd5fc2 |
| RGB | rgb(205, 95, 194) |
| HSL | hsl(306, 52%, 59%) |
| CMYK | cmyk(0%, 54%, 5%, 20%) |
| LAB | lab(57.1 56.3 -32.0) |
| LCH | lch(57.1 64.8 330.4) |
| OKLCH | oklch(0.654 0.183 331.4) |
Copy-ready code
/* CSS */
color: #cd5fc2;
background-color: #cd5fc2;
/* Tailwind (arbitrary) */
class="text-[#cd5fc2] bg-[#cd5fc2]"
/* SCSS */
$brand: #cd5fc2;
/* SwiftUI */
Color(red: 0.804, green: 0.373, blue: 0.761)
/* Android */
Color.parseColor("#cd5fc2")Accessibility — WCAG contrast
Aa
#cd5fc2 on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd5fc2 on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green37.3%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta53.7%
Yellow5.4%
Key (black)19.6%
Color previews
#cd5fc2 text on a black background
contrast 6.01:1
Card sample
#cd5fc2 text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd5fc2;
Background color
Panel with #cd5fc2 background
background-color: #cd5fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd5fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 95, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 95, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd5fc2; background: linear-gradient(135deg, #cd5fc2, #CD5F79);