#cf48cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 72, 207
HSL
300°, 58%, 55%
CMYK
0, 65, 0, 19
Luminance
0.2241
Every format
| HEX | #cf48cf |
| RGB | rgb(207, 72, 207) |
| HSL | hsl(300, 58%, 55%) |
| CMYK | cmyk(0%, 65%, 0%, 19%) |
| LAB | lab(54.5 68.8 -43.6) |
| LCH | lch(54.5 81.5 327.6) |
| OKLCH | oklch(0.637 0.227 327.8) |
Copy-ready code
/* CSS */
color: #cf48cf;
background-color: #cf48cf;
/* Tailwind (arbitrary) */
class="text-[#cf48cf] bg-[#cf48cf]"
/* SCSS */
$brand: #cf48cf;
/* SwiftUI */
Color(red: 0.812, green: 0.282, blue: 0.812)
/* Android */
Color.parseColor("#cf48cf")Accessibility — WCAG contrast
Aa
#cf48cf on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf48cf on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green28.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta65.2%
Yellow0.0%
Key (black)18.8%
Color previews
#cf48cf text on a black background
contrast 5.48:1
Card sample
#cf48cf text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf48cf;
Background color
Panel with #cf48cf background
background-color: #cf48cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf48cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 72, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 72, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf48cf; background: linear-gradient(135deg, #cf48cf, #CF4875);