#cf29d2
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 41, 210
HSL
299°, 67%, 49%
CMYK
1, 81, 0, 18
Luminance
0.1950
Every format
| HEX | #cf29d2 |
| RGB | rgb(207, 41, 210) |
| HSL | hsl(299, 67%, 49%) |
| CMYK | cmyk(1%, 81%, 0%, 18%) |
| LAB | lab(51.3 78.9 -50.4) |
| LCH | lch(51.3 93.6 327.4) |
| OKLCH | oklch(0.615 0.260 327.4) |
Copy-ready code
/* CSS */
color: #cf29d2;
background-color: #cf29d2;
/* Tailwind (arbitrary) */
class="text-[#cf29d2] bg-[#cf29d2]"
/* SCSS */
$brand: #cf29d2;
/* SwiftUI */
Color(red: 0.812, green: 0.161, blue: 0.824)
/* Android */
Color.parseColor("#cf29d2")Accessibility — WCAG contrast
Aa
#cf29d2 on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf29d2 on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green16.1%
Blue82.4%
CMYK percentages
Cyan1.4%
Magenta80.5%
Yellow0.0%
Key (black)17.6%
Color previews
#cf29d2 text on a black background
contrast 4.90:1
Card sample
#cf29d2 text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf29d2;
Background color
Panel with #cf29d2 background
background-color: #cf29d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf29d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 41, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 41, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf29d2; background: linear-gradient(135deg, #cf29d2, #D22964);