#cf2bab
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 43, 171
HSL
313°, 66%, 49%
CMYK
0, 79, 17, 19
Luminance
0.1793
Every format
| HEX | #cf2bab |
| RGB | rgb(207, 43, 171) |
| HSL | hsl(313, 66%, 49%) |
| CMYK | cmyk(0%, 79%, 17%, 19%) |
| LAB | lab(49.4 72.8 -30.7) |
| LCH | lch(49.4 79.0 337.1) |
| OKLCH | oklch(0.595 0.232 339.0) |
Copy-ready code
/* CSS */
color: #cf2bab;
background-color: #cf2bab;
/* Tailwind (arbitrary) */
class="text-[#cf2bab] bg-[#cf2bab]"
/* SCSS */
$brand: #cf2bab;
/* SwiftUI */
Color(red: 0.812, green: 0.169, blue: 0.671)
/* Android */
Color.parseColor("#cf2bab")Accessibility — WCAG contrast
Aa
#cf2bab on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf2bab on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green16.9%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta79.2%
Yellow17.4%
Key (black)18.8%
Color previews
#cf2bab text on a black background
contrast 4.59:1
Card sample
#cf2bab text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2bab;
Background color
Panel with #cf2bab background
background-color: #cf2bab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2bab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 43, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 43, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2bab; background: linear-gradient(135deg, #cf2bab, #CF2B3E);