#cf1bab
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
207, 27, 171
HSL
312°, 77%, 46%
CMYK
0, 87, 17, 19
Luminance
0.1699
Every format
| HEX | #cf1bab |
| RGB | rgb(207, 27, 171) |
| HSL | hsl(312, 77%, 46%) |
| CMYK | cmyk(0%, 87%, 17%, 19%) |
| LAB | lab(48.3 76.2 -32.5) |
| LCH | lch(48.3 82.8 336.9) |
| OKLCH | oklch(0.587 0.243 338.7) |
Copy-ready code
/* CSS */
color: #cf1bab;
background-color: #cf1bab;
/* Tailwind (arbitrary) */
class="text-[#cf1bab] bg-[#cf1bab]"
/* SCSS */
$brand: #cf1bab;
/* SwiftUI */
Color(red: 0.812, green: 0.106, blue: 0.671)
/* Android */
Color.parseColor("#cf1bab")Accessibility — WCAG contrast
Aa
#cf1bab on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf1bab on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green10.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta87.0%
Yellow17.4%
Key (black)18.8%
Color previews
#cf1bab text on a black background
contrast 4.40:1
Card sample
#cf1bab text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1bab;
Background color
Panel with #cf1bab background
background-color: #cf1bab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1bab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 27, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 27, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1bab; background: linear-gradient(135deg, #cf1bab, #CF1B33);