#cf27cb
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 39, 203
HSL
301°, 68%, 48%
CMYK
0, 81, 2, 19
Luminance
0.1903
Every format
| HEX | #cf27cb |
| RGB | rgb(207, 39, 203) |
| HSL | hsl(301, 68%, 48%) |
| CMYK | cmyk(0%, 81%, 2%, 19%) |
| LAB | lab(50.7 78.3 -47.3) |
| LCH | lch(50.7 91.4 328.9) |
| OKLCH | oklch(0.610 0.256 329.3) |
Copy-ready code
/* CSS */
color: #cf27cb;
background-color: #cf27cb;
/* Tailwind (arbitrary) */
class="text-[#cf27cb] bg-[#cf27cb]"
/* SCSS */
$brand: #cf27cb;
/* SwiftUI */
Color(red: 0.812, green: 0.153, blue: 0.796)
/* Android */
Color.parseColor("#cf27cb")Accessibility — WCAG contrast
Aa
#cf27cb on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf27cb on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green15.3%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta81.2%
Yellow1.9%
Key (black)18.8%
Color previews
#cf27cb text on a black background
contrast 4.81:1
Card sample
#cf27cb text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf27cb;
Background color
Panel with #cf27cb background
background-color: #cf27cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf27cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 39, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 39, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf27cb; background: linear-gradient(135deg, #cf27cb, #CF275B);