#cf2faf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 47, 175
HSL
312°, 63%, 50%
CMYK
0, 77, 16, 19
Luminance
0.1839
Every format
| HEX | #cf2faf |
| RGB | rgb(207, 47, 175) |
| HSL | hsl(312, 63%, 50%) |
| CMYK | cmyk(0%, 77%, 16%, 19%) |
| LAB | lab(50.0 72.3 -32.2) |
| LCH | lch(50.0 79.1 336.0) |
| OKLCH | oklch(0.600 0.231 337.8) |
Copy-ready code
/* CSS */
color: #cf2faf;
background-color: #cf2faf;
/* Tailwind (arbitrary) */
class="text-[#cf2faf] bg-[#cf2faf]"
/* SCSS */
$brand: #cf2faf;
/* SwiftUI */
Color(red: 0.812, green: 0.184, blue: 0.686)
/* Android */
Color.parseColor("#cf2faf")Accessibility — WCAG contrast
Aa
#cf2faf on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2faf on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green18.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta77.3%
Yellow15.5%
Key (black)18.8%
Color previews
#cf2faf text on a black background
contrast 4.68:1
Card sample
#cf2faf text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2faf;
Background color
Panel with #cf2faf background
background-color: #cf2faf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2faf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 47, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 47, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2faf; background: linear-gradient(135deg, #cf2faf, #CF2F44);