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