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