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