#cf29cf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 41, 207
HSL
300°, 67%, 49%
CMYK
0, 80, 0, 19
Luminance
0.1936
Every format
| HEX | #cf29cf |
| RGB | rgb(207, 41, 207) |
| HSL | hsl(300, 67%, 49%) |
| CMYK | cmyk(0%, 80%, 0%, 19%) |
| LAB | lab(51.1 78.4 -49.0) |
| LCH | lch(51.1 92.5 328.0) |
| OKLCH | oklch(0.613 0.258 328.2) |
Copy-ready code
/* CSS */
color: #cf29cf;
background-color: #cf29cf;
/* Tailwind (arbitrary) */
class="text-[#cf29cf] bg-[#cf29cf]"
/* SCSS */
$brand: #cf29cf;
/* SwiftUI */
Color(red: 0.812, green: 0.161, blue: 0.812)
/* Android */
Color.parseColor("#cf29cf")Accessibility — WCAG contrast
Aa
#cf29cf on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf29cf on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green16.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta80.2%
Yellow0.0%
Key (black)18.8%
Color previews
#cf29cf text on a black background
contrast 4.87:1
Card sample
#cf29cf text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf29cf;
Background color
Panel with #cf29cf background
background-color: #cf29cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf29cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 41, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 41, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf29cf; background: linear-gradient(135deg, #cf29cf, #CF2960);