#cd22cb
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
205, 34, 203
HSL
301°, 72%, 47%
CMYK
0, 83, 1, 20
Luminance
0.1843
Every format
| HEX | #cd22cb |
| RGB | rgb(205, 34, 203) |
| HSL | hsl(301, 72%, 47%) |
| CMYK | cmyk(0%, 83%, 1%, 20%) |
| LAB | lab(50.0 78.9 -48.4) |
| LCH | lch(50.0 92.6 328.5) |
| OKLCH | oklch(0.604 0.259 328.8) |
Copy-ready code
/* CSS */
color: #cd22cb;
background-color: #cd22cb;
/* Tailwind (arbitrary) */
class="text-[#cd22cb] bg-[#cd22cb]"
/* SCSS */
$brand: #cd22cb;
/* SwiftUI */
Color(red: 0.804, green: 0.133, blue: 0.796)
/* Android */
Color.parseColor("#cd22cb")Accessibility — WCAG contrast
Aa
#cd22cb on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd22cb on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green13.3%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta83.4%
Yellow1.0%
Key (black)19.6%
Color previews
#cd22cb text on a black background
contrast 4.69:1
Card sample
#cd22cb text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd22cb;
Background color
Panel with #cd22cb background
background-color: #cd22cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd22cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 34, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 34, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd22cb; background: linear-gradient(135deg, #cd22cb, #CD2259);