#cd3cca
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 60, 202
HSL
301°, 59%, 52%
CMYK
0, 71, 2, 20
Luminance
0.2048
Every format
| HEX | #cd3cca |
| RGB | rgb(205, 60, 202) |
| HSL | hsl(301, 59%, 52%) |
| CMYK | cmyk(0%, 71%, 2%, 20%) |
| LAB | lab(52.4 71.8 -44.1) |
| LCH | lch(52.4 84.3 328.5) |
| OKLCH | oklch(0.620 0.236 328.9) |
Copy-ready code
/* CSS */
color: #cd3cca;
background-color: #cd3cca;
/* Tailwind (arbitrary) */
class="text-[#cd3cca] bg-[#cd3cca]"
/* SCSS */
$brand: #cd3cca;
/* SwiftUI */
Color(red: 0.804, green: 0.235, blue: 0.792)
/* Android */
Color.parseColor("#cd3cca")Accessibility — WCAG contrast
Aa
#cd3cca on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd3cca on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green23.5%
Blue79.2%
CMYK percentages
Cyan0.0%
Magenta70.7%
Yellow1.5%
Key (black)19.6%
Color previews
#cd3cca text on a black background
contrast 5.10:1
Card sample
#cd3cca text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd3cca;
Background color
Panel with #cd3cca background
background-color: #cd3cca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd3cca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 60, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 60, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd3cca; background: linear-gradient(135deg, #cd3cca, #CD3C6A);