#cf2baf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 43, 175
HSL
312°, 66%, 49%
CMYK
0, 79, 16, 19
Luminance
0.1809
Every format
| HEX | #cf2baf |
| RGB | rgb(207, 43, 175) |
| HSL | hsl(312, 66%, 49%) |
| CMYK | cmyk(0%, 79%, 16%, 19%) |
| LAB | lab(49.6 73.3 -32.7) |
| LCH | lch(49.6 80.3 335.9) |
| OKLCH | oklch(0.597 0.235 337.7) |
Copy-ready code
/* CSS */
color: #cf2baf;
background-color: #cf2baf;
/* Tailwind (arbitrary) */
class="text-[#cf2baf] bg-[#cf2baf]"
/* SCSS */
$brand: #cf2baf;
/* SwiftUI */
Color(red: 0.812, green: 0.169, blue: 0.686)
/* Android */
Color.parseColor("#cf2baf")Accessibility — WCAG contrast
Aa
#cf2baf on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf2baf on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green16.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta79.2%
Yellow15.5%
Key (black)18.8%
Color previews
#cf2baf text on a black background
contrast 4.62:1
Card sample
#cf2baf text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2baf;
Background color
Panel with #cf2baf background
background-color: #cf2baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 43, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 43, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2baf; background: linear-gradient(135deg, #cf2baf, #CF2B42);