#cd4fcf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 79, 207
HSL
299°, 57%, 56%
CMYK
1, 62, 0, 19
Luminance
0.2308
Every format
| HEX | #cd4fcf |
| RGB | rgb(205, 79, 207) |
| HSL | hsl(299, 57%, 56%) |
| CMYK | cmyk(1%, 62%, 0%, 19%) |
| LAB | lab(55.1 65.6 -42.6) |
| LCH | lch(55.1 78.2 327.0) |
| OKLCH | oklch(0.641 0.217 327.1) |
Copy-ready code
/* CSS */
color: #cd4fcf;
background-color: #cd4fcf;
/* Tailwind (arbitrary) */
class="text-[#cd4fcf] bg-[#cd4fcf]"
/* SCSS */
$brand: #cd4fcf;
/* SwiftUI */
Color(red: 0.804, green: 0.310, blue: 0.812)
/* Android */
Color.parseColor("#cd4fcf")Accessibility — WCAG contrast
Aa
#cd4fcf on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd4fcf on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green31.0%
Blue81.2%
CMYK percentages
Cyan1.0%
Magenta61.8%
Yellow0.0%
Key (black)18.8%
Color previews
#cd4fcf text on a black background
contrast 5.62:1
Card sample
#cd4fcf text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd4fcf;
Background color
Panel with #cd4fcf background
background-color: #cd4fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd4fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 79, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 79, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd4fcf; background: linear-gradient(135deg, #cd4fcf, #CF4F7C);