#cf28ba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 40, 186
HSL
308°, 68%, 48%
CMYK
0, 81, 10, 19
Luminance
0.1833
Every format
| HEX | #cf28ba |
| RGB | rgb(207, 40, 186) |
| HSL | hsl(308, 68%, 48%) |
| CMYK | cmyk(0%, 81%, 10%, 19%) |
| LAB | lab(49.9 75.5 -38.7) |
| LCH | lch(49.9 84.9 332.9) |
| OKLCH | oklch(0.601 0.244 334.2) |
Copy-ready code
/* CSS */
color: #cf28ba;
background-color: #cf28ba;
/* Tailwind (arbitrary) */
class="text-[#cf28ba] bg-[#cf28ba]"
/* SCSS */
$brand: #cf28ba;
/* SwiftUI */
Color(red: 0.812, green: 0.157, blue: 0.729)
/* Android */
Color.parseColor("#cf28ba")Accessibility — WCAG contrast
Aa
#cf28ba on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf28ba on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green15.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta80.7%
Yellow10.1%
Key (black)18.8%
Color previews
#cf28ba text on a black background
contrast 4.67:1
Card sample
#cf28ba text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf28ba;
Background color
Panel with #cf28ba background
background-color: #cf28ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf28ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 40, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 40, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf28ba; background: linear-gradient(135deg, #cf28ba, #CF284B);