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