#cd16df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
205, 22, 223
HSL
295°, 82%, 48%
CMYK
8, 90, 0, 13
Luminance
0.1888
Every format
| HEX | #cd16df |
| RGB | rgb(205, 22, 223) |
| HSL | hsl(295, 82%, 48%) |
| CMYK | cmyk(8%, 90%, 0%, 13%) |
| LAB | lab(50.5 84.0 -59.0) |
| LCH | lch(50.5 102.7 324.9) |
| OKLCH | oklch(0.611 0.279 323.7) |
Copy-ready code
/* CSS */
color: #cd16df;
background-color: #cd16df;
/* Tailwind (arbitrary) */
class="text-[#cd16df] bg-[#cd16df]"
/* SCSS */
$brand: #cd16df;
/* SwiftUI */
Color(red: 0.804, green: 0.086, blue: 0.875)
/* Android */
Color.parseColor("#cd16df")Accessibility — WCAG contrast
Aa
#cd16df on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd16df on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green8.6%
Blue87.5%
CMYK percentages
Cyan8.1%
Magenta90.1%
Yellow0.0%
Key (black)12.5%
Color previews
#cd16df text on a black background
contrast 4.78:1
Card sample
#cd16df text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd16df;
Background color
Panel with #cd16df background
background-color: #cd16df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd16df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 22, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 22, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd16df; background: linear-gradient(135deg, #cd16df, #DF166B);