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