#cd3cbb
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 60, 187
HSL
307°, 59%, 52%
CMYK
0, 71, 9, 20
Luminance
0.1980
Every format
| HEX | #cd3cbb |
| RGB | rgb(205, 60, 187) |
| HSL | hsl(307, 59%, 52%) |
| CMYK | cmyk(0%, 71%, 9%, 20%) |
| LAB | lab(51.6 69.5 -36.6) |
| LCH | lch(51.6 78.6 332.2) |
| OKLCH | oklch(0.613 0.225 333.5) |
Copy-ready code
/* CSS */
color: #cd3cbb;
background-color: #cd3cbb;
/* Tailwind (arbitrary) */
class="text-[#cd3cbb] bg-[#cd3cbb]"
/* SCSS */
$brand: #cd3cbb;
/* SwiftUI */
Color(red: 0.804, green: 0.235, blue: 0.733)
/* Android */
Color.parseColor("#cd3cbb")Accessibility — WCAG contrast
Aa
#cd3cbb on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd3cbb on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green23.5%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta70.7%
Yellow8.8%
Key (black)19.6%
Color previews
#cd3cbb text on a black background
contrast 4.96:1
Card sample
#cd3cbb text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd3cbb;
Background color
Panel with #cd3cbb background
background-color: #cd3cbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd3cbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 60, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 60, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd3cbb; background: linear-gradient(135deg, #cd3cbb, #CD3C5B);