#cf28b3
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 40, 179
HSL
310°, 68%, 48%
CMYK
0, 81, 14, 19
Luminance
0.1804
Every format
| HEX | #cf28b3 |
| RGB | rgb(207, 40, 179) |
| HSL | hsl(310, 68%, 48%) |
| CMYK | cmyk(0%, 81%, 14%, 19%) |
| LAB | lab(49.5 74.6 -35.2) |
| LCH | lch(49.5 82.5 334.7) |
| OKLCH | oklch(0.597 0.240 336.4) |
Copy-ready code
/* CSS */
color: #cf28b3;
background-color: #cf28b3;
/* Tailwind (arbitrary) */
class="text-[#cf28b3] bg-[#cf28b3]"
/* SCSS */
$brand: #cf28b3;
/* SwiftUI */
Color(red: 0.812, green: 0.157, blue: 0.702)
/* Android */
Color.parseColor("#cf28b3")Accessibility — WCAG contrast
Aa
#cf28b3 on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf28b3 on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green15.7%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta80.7%
Yellow13.5%
Key (black)18.8%
Color previews
#cf28b3 text on a black background
contrast 4.61:1
Card sample
#cf28b3 text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf28b3;
Background color
Panel with #cf28b3 background
background-color: #cf28b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf28b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 40, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 40, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf28b3; background: linear-gradient(135deg, #cf28b3, #CF2844);