#cf48ac
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 72, 172
HSL
316°, 58%, 55%
CMYK
0, 65, 17, 19
Luminance
0.2088
Every format
| HEX | #cf48ac |
| RGB | rgb(207, 72, 172) |
| HSL | hsl(316, 58%, 55%) |
| CMYK | cmyk(0%, 65%, 17%, 19%) |
| LAB | lab(52.8 63.4 -26.0) |
| LCH | lch(52.8 68.5 337.7) |
| OKLCH | oklch(0.620 0.201 339.6) |
Copy-ready code
/* CSS */
color: #cf48ac;
background-color: #cf48ac;
/* Tailwind (arbitrary) */
class="text-[#cf48ac] bg-[#cf48ac]"
/* SCSS */
$brand: #cf48ac;
/* SwiftUI */
Color(red: 0.812, green: 0.282, blue: 0.675)
/* Android */
Color.parseColor("#cf48ac")Accessibility — WCAG contrast
Aa
#cf48ac on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf48ac on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green28.2%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta65.2%
Yellow16.9%
Key (black)18.8%
Color previews
#cf48ac text on a black background
contrast 5.18:1
Card sample
#cf48ac text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf48ac;
Background color
Panel with #cf48ac background
background-color: #cf48ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf48ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 72, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 72, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf48ac; background: linear-gradient(135deg, #cf48ac, #CF4852);