#cd1fba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 31, 186
HSL
307°, 74%, 46%
CMYK
0, 85, 9, 20
Luminance
0.1750
Every format
| HEX | #cd1fba |
| RGB | rgb(205, 31, 186) |
| HSL | hsl(307, 74%, 46%) |
| CMYK | cmyk(0%, 85%, 9%, 20%) |
| LAB | lab(48.9 77.1 -40.3) |
| LCH | lch(48.9 87.0 332.4) |
| OKLCH | oklch(0.593 0.249 333.6) |
Copy-ready code
/* CSS */
color: #cd1fba;
background-color: #cd1fba;
/* Tailwind (arbitrary) */
class="text-[#cd1fba] bg-[#cd1fba]"
/* SCSS */
$brand: #cd1fba;
/* SwiftUI */
Color(red: 0.804, green: 0.122, blue: 0.729)
/* Android */
Color.parseColor("#cd1fba")Accessibility — WCAG contrast
Aa
#cd1fba on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd1fba on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green12.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta84.9%
Yellow9.3%
Key (black)19.6%
Color previews
#cd1fba text on a black background
contrast 4.50:1
Card sample
#cd1fba text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd1fba;
Background color
Panel with #cd1fba background
background-color: #cd1fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd1fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 31, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 31, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd1fba; background: linear-gradient(135deg, #cd1fba, #CD1F46);