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