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