#cd4fbc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 79, 188
HSL
308°, 56%, 56%
CMYK
0, 62, 8, 20
Luminance
0.2220
Every format
| HEX | #cd4fbc |
| RGB | rgb(205, 79, 188) |
| HSL | hsl(308, 56%, 56%) |
| CMYK | cmyk(0%, 62%, 8%, 20%) |
| LAB | lab(54.2 62.5 -33.1) |
| LCH | lch(54.2 70.7 332.1) |
| OKLCH | oklch(0.632 0.202 333.4) |
Copy-ready code
/* CSS */
color: #cd4fbc;
background-color: #cd4fbc;
/* Tailwind (arbitrary) */
class="text-[#cd4fbc] bg-[#cd4fbc]"
/* SCSS */
$brand: #cd4fbc;
/* SwiftUI */
Color(red: 0.804, green: 0.310, blue: 0.737)
/* Android */
Color.parseColor("#cd4fbc")Accessibility — WCAG contrast
Aa
#cd4fbc on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd4fbc on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green31.0%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta61.5%
Yellow8.3%
Key (black)19.6%
Color previews
#cd4fbc text on a black background
contrast 5.44:1
Card sample
#cd4fbc text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd4fbc;
Background color
Panel with #cd4fbc background
background-color: #cd4fbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd4fbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 79, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 79, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd4fbc; background: linear-gradient(135deg, #cd4fbc, #CD4F68);