#cf28c4
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 40, 196
HSL
304°, 68%, 48%
CMYK
0, 81, 5, 19
Luminance
0.1877
Every format
| HEX | #cf28c4 |
| RGB | rgb(207, 40, 196) |
| HSL | hsl(304, 68%, 48%) |
| CMYK | cmyk(0%, 81%, 5%, 19%) |
| LAB | lab(50.4 77.0 -43.7) |
| LCH | lch(50.4 88.5 330.4) |
| OKLCH | oklch(0.606 0.251 331.3) |
Copy-ready code
/* CSS */
color: #cf28c4;
background-color: #cf28c4;
/* Tailwind (arbitrary) */
class="text-[#cf28c4] bg-[#cf28c4]"
/* SCSS */
$brand: #cf28c4;
/* SwiftUI */
Color(red: 0.812, green: 0.157, blue: 0.769)
/* Android */
Color.parseColor("#cf28c4")Accessibility — WCAG contrast
Aa
#cf28c4 on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf28c4 on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green15.7%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta80.7%
Yellow5.3%
Key (black)18.8%
Color previews
#cf28c4 text on a black background
contrast 4.75:1
Card sample
#cf28c4 text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf28c4;
Background color
Panel with #cf28c4 background
background-color: #cf28c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf28c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 40, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 40, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf28c4; background: linear-gradient(135deg, #cf28c4, #CF2854);