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