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