#cf27cf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 39, 207
HSL
300°, 68%, 48%
CMYK
0, 81, 0, 19
Luminance
0.1922
Every format
| HEX | #cf27cf |
| RGB | rgb(207, 39, 207) |
| HSL | hsl(300, 68%, 48%) |
| CMYK | cmyk(0%, 81%, 0%, 19%) |
| LAB | lab(51.0 78.9 -49.2) |
| LCH | lch(51.0 93.0 328.0) |
| OKLCH | oklch(0.612 0.259 328.2) |
Copy-ready code
/* CSS */
color: #cf27cf;
background-color: #cf27cf;
/* Tailwind (arbitrary) */
class="text-[#cf27cf] bg-[#cf27cf]"
/* SCSS */
$brand: #cf27cf;
/* SwiftUI */
Color(red: 0.812, green: 0.153, blue: 0.812)
/* Android */
Color.parseColor("#cf27cf")Accessibility — WCAG contrast
Aa
#cf27cf on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf27cf on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green15.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta81.2%
Yellow0.0%
Key (black)18.8%
Color previews
#cf27cf text on a black background
contrast 4.84:1
Card sample
#cf27cf text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf27cf;
Background color
Panel with #cf27cf background
background-color: #cf27cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf27cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 39, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 39, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf27cf; background: linear-gradient(135deg, #cf27cf, #CF275F);