#cd448f
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 68, 143
HSL
327°, 58%, 54%
CMYK
0, 67, 30, 20
Luminance
0.1910
Every format
| HEX | #cd448f |
| RGB | rgb(205, 68, 143) |
| HSL | hsl(327, 58%, 54%) |
| CMYK | cmyk(0%, 67%, 30%, 20%) |
| LAB | lab(50.8 60.6 -12.0) |
| LCH | lch(50.8 61.8 348.8) |
| OKLCH | oklch(0.601 0.187 350.4) |
Copy-ready code
/* CSS */
color: #cd448f;
background-color: #cd448f;
/* Tailwind (arbitrary) */
class="text-[#cd448f] bg-[#cd448f]"
/* SCSS */
$brand: #cd448f;
/* SwiftUI */
Color(red: 0.804, green: 0.267, blue: 0.561)
/* Android */
Color.parseColor("#cd448f")Accessibility — WCAG contrast
Aa
#cd448f on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd448f on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green26.7%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta66.8%
Yellow30.2%
Key (black)19.6%
Color previews
#cd448f text on a black background
contrast 4.82:1
Card sample
#cd448f text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd448f;
Background color
Panel with #cd448f background
background-color: #cd448f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd448f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 68, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 68, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd448f; background: linear-gradient(135deg, #cd448f, #CD5444);