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