#cd33a2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 51, 162
HSL
317°, 61%, 50%
CMYK
0, 75, 21, 20
Luminance
0.1796
Every format
| HEX | #cd33a2 |
| RGB | rgb(205, 51, 162) |
| HSL | hsl(317, 61%, 50%) |
| CMYK | cmyk(0%, 75%, 21%, 20%) |
| LAB | lab(49.5 68.9 -25.3) |
| LCH | lch(49.5 73.4 339.8) |
| OKLCH | oklch(0.593 0.218 341.8) |
Copy-ready code
/* CSS */
color: #cd33a2;
background-color: #cd33a2;
/* Tailwind (arbitrary) */
class="text-[#cd33a2] bg-[#cd33a2]"
/* SCSS */
$brand: #cd33a2;
/* SwiftUI */
Color(red: 0.804, green: 0.200, blue: 0.635)
/* Android */
Color.parseColor("#cd33a2")Accessibility — WCAG contrast
Aa
#cd33a2 on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd33a2 on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green20.0%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta75.1%
Yellow21.0%
Key (black)19.6%
Color previews
#cd33a2 text on a black background
contrast 4.59:1
Card sample
#cd33a2 text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd33a2;
Background color
Panel with #cd33a2 background
background-color: #cd33a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd33a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 51, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 51, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd33a2; background: linear-gradient(135deg, #cd33a2, #CD333B);