#cf27ac
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 39, 172
HSL
313°, 68%, 48%
CMYK
0, 81, 17, 19
Luminance
0.1769
Every format
| HEX | #cf27ac |
| RGB | rgb(207, 39, 172) |
| HSL | hsl(313, 68%, 48%) |
| CMYK | cmyk(0%, 81%, 17%, 19%) |
| LAB | lab(49.1 73.9 -31.7) |
| LCH | lch(49.1 80.4 336.8) |
| OKLCH | oklch(0.593 0.236 338.6) |
Copy-ready code
/* CSS */
color: #cf27ac;
background-color: #cf27ac;
/* Tailwind (arbitrary) */
class="text-[#cf27ac] bg-[#cf27ac]"
/* SCSS */
$brand: #cf27ac;
/* SwiftUI */
Color(red: 0.812, green: 0.153, blue: 0.675)
/* Android */
Color.parseColor("#cf27ac")Accessibility — WCAG contrast
Aa
#cf27ac on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf27ac on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green15.3%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta81.2%
Yellow16.9%
Key (black)18.8%
Color previews
#cf27ac text on a black background
contrast 4.54:1
Card sample
#cf27ac text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf27ac;
Background color
Panel with #cf27ac background
background-color: #cf27ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf27ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 39, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 39, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf27ac; background: linear-gradient(135deg, #cf27ac, #CF273C);