#cf3bab
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 59, 171
HSL
315°, 61%, 52%
CMYK
0, 72, 17, 19
Luminance
0.1933
Every format
| HEX | #cf3bab |
| RGB | rgb(207, 59, 171) |
| HSL | hsl(315, 61%, 52%) |
| CMYK | cmyk(0%, 72%, 17%, 19%) |
| LAB | lab(51.1 68.0 -28.1) |
| LCH | lch(51.1 73.6 337.6) |
| OKLCH | oklch(0.607 0.216 339.4) |
Copy-ready code
/* CSS */
color: #cf3bab;
background-color: #cf3bab;
/* Tailwind (arbitrary) */
class="text-[#cf3bab] bg-[#cf3bab]"
/* SCSS */
$brand: #cf3bab;
/* SwiftUI */
Color(red: 0.812, green: 0.231, blue: 0.671)
/* Android */
Color.parseColor("#cf3bab")Accessibility — WCAG contrast
Aa
#cf3bab on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf3bab on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green23.1%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta71.5%
Yellow17.4%
Key (black)18.8%
Color previews
#cf3bab text on a black background
contrast 4.87:1
Card sample
#cf3bab text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3bab;
Background color
Panel with #cf3bab background
background-color: #cf3bab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3bab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 59, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 59, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3bab; background: linear-gradient(135deg, #cf3bab, #CF3B48);