#cd3fbf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 63, 191
HSL
306°, 59%, 53%
CMYK
0, 69, 7, 20
Luminance
0.2030
Every format
| HEX | #cd3fbf |
| RGB | rgb(205, 63, 191) |
| HSL | hsl(306, 59%, 53%) |
| CMYK | cmyk(0%, 69%, 7%, 20%) |
| LAB | lab(52.2 69.1 -38.1) |
| LCH | lch(52.2 78.9 331.2) |
| OKLCH | oklch(0.617 0.224 332.2) |
Copy-ready code
/* CSS */
color: #cd3fbf;
background-color: #cd3fbf;
/* Tailwind (arbitrary) */
class="text-[#cd3fbf] bg-[#cd3fbf]"
/* SCSS */
$brand: #cd3fbf;
/* SwiftUI */
Color(red: 0.804, green: 0.247, blue: 0.749)
/* Android */
Color.parseColor("#cd3fbf")Accessibility — WCAG contrast
Aa
#cd3fbf on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd3fbf on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green24.7%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta69.3%
Yellow6.8%
Key (black)19.6%
Color previews
#cd3fbf text on a black background
contrast 5.06:1
Card sample
#cd3fbf text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd3fbf;
Background color
Panel with #cd3fbf background
background-color: #cd3fbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd3fbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 63, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 63, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd3fbf; background: linear-gradient(135deg, #cd3fbf, #CD3F60);