#cd2cca
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 44, 202
HSL
301°, 65%, 49%
CMYK
0, 79, 2, 20
Luminance
0.1904
Every format
| HEX | #cd2cca |
| RGB | rgb(205, 44, 202) |
| HSL | hsl(301, 65%, 49%) |
| CMYK | cmyk(0%, 79%, 2%, 20%) |
| LAB | lab(50.7 76.5 -46.7) |
| LCH | lch(50.7 89.7 328.6) |
| OKLCH | oklch(0.609 0.251 329.0) |
Copy-ready code
/* CSS */
color: #cd2cca;
background-color: #cd2cca;
/* Tailwind (arbitrary) */
class="text-[#cd2cca] bg-[#cd2cca]"
/* SCSS */
$brand: #cd2cca;
/* SwiftUI */
Color(red: 0.804, green: 0.173, blue: 0.792)
/* Android */
Color.parseColor("#cd2cca")Accessibility — WCAG contrast
Aa
#cd2cca on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd2cca on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green17.3%
Blue79.2%
CMYK percentages
Cyan0.0%
Magenta78.5%
Yellow1.5%
Key (black)19.6%
Color previews
#cd2cca text on a black background
contrast 4.81:1
Card sample
#cd2cca text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd2cca;
Background color
Panel with #cd2cca background
background-color: #cd2cca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd2cca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 44, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 44, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd2cca; background: linear-gradient(135deg, #cd2cca, #CD2C5F);