#cd48df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 72, 223
HSL
293°, 70%, 58%
CMYK
8, 68, 0, 13
Luminance
0.2294
Every format
| HEX | #cd48df |
| RGB | rgb(205, 72, 223) |
| HSL | hsl(293, 70%, 58%) |
| CMYK | cmyk(8%, 68%, 0%, 13%) |
| LAB | lab(55.0 71.1 -51.9) |
| LCH | lch(55.0 88.0 323.9) |
| OKLCH | oklch(0.643 0.239 322.7) |
Copy-ready code
/* CSS */
color: #cd48df;
background-color: #cd48df;
/* Tailwind (arbitrary) */
class="text-[#cd48df] bg-[#cd48df]"
/* SCSS */
$brand: #cd48df;
/* SwiftUI */
Color(red: 0.804, green: 0.282, blue: 0.875)
/* Android */
Color.parseColor("#cd48df")Accessibility — WCAG contrast
Aa
#cd48df on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd48df on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green28.2%
Blue87.5%
CMYK percentages
Cyan8.1%
Magenta67.7%
Yellow0.0%
Key (black)12.5%
Color previews
#cd48df text on a black background
contrast 5.59:1
Card sample
#cd48df text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd48df;
Background color
Panel with #cd48df background
background-color: #cd48df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd48df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 72, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 72, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd48df; background: linear-gradient(135deg, #cd48df, #DF488C);