#cf27df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 39, 223
HSL
295°, 74%, 51%
CMYK
7, 83, 0, 13
Luminance
0.2004
Every format
| HEX | #cf27df |
| RGB | rgb(207, 39, 223) |
| HSL | hsl(295, 74%, 51%) |
| CMYK | cmyk(7%, 83%, 0%, 13%) |
| LAB | lab(51.9 81.4 -56.8) |
| LCH | lch(51.9 99.3 325.1) |
| OKLCH | oklch(0.621 0.271 324.0) |
Copy-ready code
/* CSS */
color: #cf27df;
background-color: #cf27df;
/* Tailwind (arbitrary) */
class="text-[#cf27df] bg-[#cf27df]"
/* SCSS */
$brand: #cf27df;
/* SwiftUI */
Color(red: 0.812, green: 0.153, blue: 0.875)
/* Android */
Color.parseColor("#cf27df")Accessibility — WCAG contrast
Aa
#cf27df on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf27df on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green15.3%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta82.5%
Yellow0.0%
Key (black)12.5%
Color previews
#cf27df text on a black background
contrast 5.01:1
Card sample
#cf27df text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf27df;
Background color
Panel with #cf27df background
background-color: #cf27df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf27df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 39, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 39, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf27df; background: linear-gradient(135deg, #cf27df, #DF2774);