#cd4fe3
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 79, 227
HSL
291°, 73%, 60%
CMYK
10, 65, 0, 11
Luminance
0.2412
Every format
| HEX | #cd4fe3 |
| RGB | rgb(205, 79, 227) |
| HSL | hsl(291, 73%, 60%) |
| CMYK | cmyk(10%, 65%, 0%, 11%) |
| LAB | lab(56.2 69.1 -52.2) |
| LCH | lch(56.2 86.6 322.9) |
| OKLCH | oklch(0.652 0.234 321.4) |
Copy-ready code
/* CSS */
color: #cd4fe3;
background-color: #cd4fe3;
/* Tailwind (arbitrary) */
class="text-[#cd4fe3] bg-[#cd4fe3]"
/* SCSS */
$brand: #cd4fe3;
/* SwiftUI */
Color(red: 0.804, green: 0.310, blue: 0.890)
/* Android */
Color.parseColor("#cd4fe3")Accessibility — WCAG contrast
Aa
#cd4fe3 on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd4fe3 on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green31.0%
Blue89.0%
CMYK percentages
Cyan9.7%
Magenta65.2%
Yellow0.0%
Key (black)11.0%
Color previews
#cd4fe3 text on a black background
contrast 5.82:1
Card sample
#cd4fe3 text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd4fe3;
Background color
Panel with #cd4fe3 background
background-color: #cd4fe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd4fe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 79, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 79, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd4fe3; background: linear-gradient(135deg, #cd4fe3, #E34F96);