#cf1abf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
207, 26, 191
HSL
305°, 78%, 46%
CMYK
0, 87, 8, 19
Luminance
0.1777
Every format
| HEX | #cf1abf |
| RGB | rgb(207, 26, 191) |
| HSL | hsl(305, 78%, 46%) |
| CMYK | cmyk(0%, 87%, 8%, 19%) |
| LAB | lab(49.2 79.0 -42.7) |
| LCH | lch(49.2 89.8 331.6) |
| OKLCH | oklch(0.597 0.257 332.7) |
Copy-ready code
/* CSS */
color: #cf1abf;
background-color: #cf1abf;
/* Tailwind (arbitrary) */
class="text-[#cf1abf] bg-[#cf1abf]"
/* SCSS */
$brand: #cf1abf;
/* SwiftUI */
Color(red: 0.812, green: 0.102, blue: 0.749)
/* Android */
Color.parseColor("#cf1abf")Accessibility — WCAG contrast
Aa
#cf1abf on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf1abf on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green10.2%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow7.7%
Key (black)18.8%
Color previews
#cf1abf text on a black background
contrast 4.55:1
Card sample
#cf1abf text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1abf;
Background color
Panel with #cf1abf background
background-color: #cf1abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 26, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 26, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1abf; background: linear-gradient(135deg, #cf1abf, #CF1A46);