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