#cf1baf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
207, 27, 175
HSL
311°, 77%, 46%
CMYK
0, 87, 16, 19
Luminance
0.1714
Every format
| HEX | #cf1baf |
| RGB | rgb(207, 27, 175) |
| HSL | hsl(311, 77%, 46%) |
| CMYK | cmyk(0%, 87%, 16%, 19%) |
| LAB | lab(48.5 76.7 -34.6) |
| LCH | lch(48.5 84.1 335.7) |
| OKLCH | oklch(0.589 0.246 337.5) |
Copy-ready code
/* CSS */
color: #cf1baf;
background-color: #cf1baf;
/* Tailwind (arbitrary) */
class="text-[#cf1baf] bg-[#cf1baf]"
/* SCSS */
$brand: #cf1baf;
/* SwiftUI */
Color(red: 0.812, green: 0.106, blue: 0.686)
/* Android */
Color.parseColor("#cf1baf")Accessibility — WCAG contrast
Aa
#cf1baf on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf1baf on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green10.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta87.0%
Yellow15.5%
Key (black)18.8%
Color previews
#cf1baf text on a black background
contrast 4.43:1
Card sample
#cf1baf text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1baf;
Background color
Panel with #cf1baf background
background-color: #cf1baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 27, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 27, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1baf; background: linear-gradient(135deg, #cf1baf, #CF1B37);