#cf29db
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 41, 219
HSL
296°, 71%, 51%
CMYK
6, 81, 0, 14
Luminance
0.1997
Every format
| HEX | #cf29db |
| RGB | rgb(207, 41, 219) |
| HSL | hsl(296, 71%, 51%) |
| CMYK | cmyk(6%, 81%, 0%, 14%) |
| LAB | lab(51.8 80.3 -54.7) |
| LCH | lch(51.8 97.2 325.7) |
| OKLCH | oklch(0.620 0.266 325.0) |
Copy-ready code
/* CSS */
color: #cf29db;
background-color: #cf29db;
/* Tailwind (arbitrary) */
class="text-[#cf29db] bg-[#cf29db]"
/* SCSS */
$brand: #cf29db;
/* SwiftUI */
Color(red: 0.812, green: 0.161, blue: 0.859)
/* Android */
Color.parseColor("#cf29db")Accessibility — WCAG contrast
Aa
#cf29db on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf29db on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green16.1%
Blue85.9%
CMYK percentages
Cyan5.5%
Magenta81.3%
Yellow0.0%
Key (black)14.1%
Color previews
#cf29db text on a black background
contrast 4.99:1
Card sample
#cf29db text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf29db;
Background color
Panel with #cf29db background
background-color: #cf29db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf29db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 41, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 41, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf29db; background: linear-gradient(135deg, #cf29db, #DB2970);