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