#cf48da
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 72, 218
HSL
296°, 66%, 57%
CMYK
5, 67, 0, 15
Luminance
0.2296
Every format
| HEX | #cf48da |
| RGB | rgb(207, 72, 218) |
| HSL | hsl(296, 66%, 57%) |
| CMYK | cmyk(5%, 67%, 0%, 15%) |
| LAB | lab(55.0 70.7 -49.0) |
| LCH | lch(55.0 86.0 325.3) |
| OKLCH | oklch(0.643 0.235 324.7) |
Copy-ready code
/* CSS */
color: #cf48da;
background-color: #cf48da;
/* Tailwind (arbitrary) */
class="text-[#cf48da] bg-[#cf48da]"
/* SCSS */
$brand: #cf48da;
/* SwiftUI */
Color(red: 0.812, green: 0.282, blue: 0.855)
/* Android */
Color.parseColor("#cf48da")Accessibility — WCAG contrast
Aa
#cf48da on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf48da on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green28.2%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta67.0%
Yellow0.0%
Key (black)14.5%
Color previews
#cf48da text on a black background
contrast 5.59:1
Card sample
#cf48da text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf48da;
Background color
Panel with #cf48da background
background-color: #cf48da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf48da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 72, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 72, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf48da; background: linear-gradient(135deg, #cf48da, #DA4884);