#cd289f
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 40, 159
HSL
317°, 67%, 48%
CMYK
0, 81, 22, 20
Luminance
0.1700
Every format
| HEX | #cd289f |
| RGB | rgb(205, 40, 159) |
| HSL | hsl(317, 67%, 48%) |
| CMYK | cmyk(0%, 81%, 22%, 20%) |
| LAB | lab(48.3 71.5 -25.4) |
| LCH | lch(48.3 75.9 340.5) |
| OKLCH | oklch(0.584 0.226 342.5) |
Copy-ready code
/* CSS */
color: #cd289f;
background-color: #cd289f;
/* Tailwind (arbitrary) */
class="text-[#cd289f] bg-[#cd289f]"
/* SCSS */
$brand: #cd289f;
/* SwiftUI */
Color(red: 0.804, green: 0.157, blue: 0.624)
/* Android */
Color.parseColor("#cd289f")Accessibility — WCAG contrast
Aa
#cd289f on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd289f on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green15.7%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta80.5%
Yellow22.4%
Key (black)19.6%
Color previews
#cd289f text on a black background
contrast 4.40:1
Card sample
#cd289f text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd289f;
Background color
Panel with #cd289f background
background-color: #cd289f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd289f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 40, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 40, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd289f; background: linear-gradient(135deg, #cd289f, #CD2831);