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