#ce19cf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
206, 25, 207
HSL
300°, 78%, 46%
CMYK
1, 88, 0, 19
Luminance
0.1832
Every format
| HEX | #ce19cf |
| RGB | rgb(206, 25, 207) |
| HSL | hsl(300, 78%, 46%) |
| CMYK | cmyk(1%, 88%, 0%, 19%) |
| LAB | lab(49.9 81.3 -50.9) |
| LCH | lch(49.9 95.9 327.9) |
| OKLCH | oklch(0.604 0.267 328.0) |
Copy-ready code
/* CSS */
color: #ce19cf;
background-color: #ce19cf;
/* Tailwind (arbitrary) */
class="text-[#ce19cf] bg-[#ce19cf]"
/* SCSS */
$brand: #ce19cf;
/* SwiftUI */
Color(red: 0.808, green: 0.098, blue: 0.812)
/* Android */
Color.parseColor("#ce19cf")Accessibility — WCAG contrast
Aa
#ce19cf on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce19cf on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green9.8%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta87.9%
Yellow0.0%
Key (black)18.8%
Color previews
#ce19cf text on a black background
contrast 4.66:1
Card sample
#ce19cf text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce19cf;
Background color
Panel with #ce19cf background
background-color: #ce19cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce19cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 25, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 25, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce19cf; background: linear-gradient(135deg, #ce19cf, #CF1957);