#cd1f9b
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 31, 155
HSL
317°, 74%, 46%
CMYK
0, 85, 24, 20
Luminance
0.1633
Every format
| HEX | #cd1f9b |
| RGB | rgb(205, 31, 155) |
| HSL | hsl(317, 74%, 46%) |
| CMYK | cmyk(0%, 85%, 24%, 20%) |
| LAB | lab(47.4 73.0 -24.3) |
| LCH | lch(47.4 77.0 341.6) |
| OKLCH | oklch(0.577 0.231 343.6) |
Copy-ready code
/* CSS */
color: #cd1f9b;
background-color: #cd1f9b;
/* Tailwind (arbitrary) */
class="text-[#cd1f9b] bg-[#cd1f9b]"
/* SCSS */
$brand: #cd1f9b;
/* SwiftUI */
Color(red: 0.804, green: 0.122, blue: 0.608)
/* Android */
Color.parseColor("#cd1f9b")Accessibility — WCAG contrast
Aa
#cd1f9b on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd1f9b on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green12.2%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta84.9%
Yellow24.4%
Key (black)19.6%
Color previews
#cd1f9b text on a black background
contrast 4.27:1
Card sample
#cd1f9b text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd1f9b;
Background color
Panel with #cd1f9b background
background-color: #cd1f9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd1f9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 31, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 31, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd1f9b; background: linear-gradient(135deg, #cd1f9b, #CD1F27);