#cf1ba3
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
207, 27, 163
HSL
315°, 77%, 46%
CMYK
0, 87, 21, 19
Luminance
0.1669
Every format
| HEX | #cf1ba3 |
| RGB | rgb(207, 27, 163) |
| HSL | hsl(315, 77%, 46%) |
| CMYK | cmyk(0%, 87%, 21%, 19%) |
| LAB | lab(47.9 75.2 -28.4) |
| LCH | lch(47.9 80.3 339.3) |
| OKLCH | oklch(0.583 0.239 341.3) |
Copy-ready code
/* CSS */
color: #cf1ba3;
background-color: #cf1ba3;
/* Tailwind (arbitrary) */
class="text-[#cf1ba3] bg-[#cf1ba3]"
/* SCSS */
$brand: #cf1ba3;
/* SwiftUI */
Color(red: 0.812, green: 0.106, blue: 0.639)
/* Android */
Color.parseColor("#cf1ba3")Accessibility — WCAG contrast
Aa
#cf1ba3 on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf1ba3 on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green10.6%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta87.0%
Yellow21.3%
Key (black)18.8%
Color previews
#cf1ba3 text on a black background
contrast 4.34:1
Card sample
#cf1ba3 text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1ba3;
Background color
Panel with #cf1ba3 background
background-color: #cf1ba3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1ba3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 27, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 27, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1ba3; background: linear-gradient(135deg, #cf1ba3, #CF1B2B);