#cf28eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 40, 235
HSL
291°, 83%, 54%
CMYK
12, 83, 0, 8
Luminance
0.2078
Every format
| HEX | #cf28eb |
| RGB | rgb(207, 40, 235) |
| HSL | hsl(291, 83%, 54%) |
| CMYK | cmyk(12%, 83%, 0%, 8%) |
| LAB | lab(52.7 83.1 -62.3) |
| LCH | lch(52.7 103.9 323.1) |
| OKLCH | oklch(0.630 0.279 321.1) |
Copy-ready code
/* CSS */
color: #cf28eb;
background-color: #cf28eb;
/* Tailwind (arbitrary) */
class="text-[#cf28eb] bg-[#cf28eb]"
/* SCSS */
$brand: #cf28eb;
/* SwiftUI */
Color(red: 0.812, green: 0.157, blue: 0.922)
/* Android */
Color.parseColor("#cf28eb")Accessibility — WCAG contrast
Aa
#cf28eb on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf28eb on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green15.7%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta83.0%
Yellow0.0%
Key (black)7.8%
Color previews
#cf28eb text on a black background
contrast 5.16:1
Card sample
#cf28eb text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf28eb;
Background color
Panel with #cf28eb background
background-color: #cf28eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf28eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 40, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 40, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf28eb; background: linear-gradient(135deg, #cf28eb, #EB2885);