#ce13cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
206, 19, 207
HSL
300°, 83%, 44%
CMYK
1, 91, 0, 19
Luminance
0.1809
Every format
| HEX | #ce13cf |
| RGB | rgb(206, 19, 207) |
| HSL | hsl(300, 83%, 44%) |
| CMYK | cmyk(1%, 91%, 0%, 19%) |
| LAB | lab(49.6 82.1 -51.4) |
| LCH | lch(49.6 96.8 328.0) |
| OKLCH | oklch(0.602 0.270 328.0) |
Copy-ready code
/* CSS */
color: #ce13cf;
background-color: #ce13cf;
/* Tailwind (arbitrary) */
class="text-[#ce13cf] bg-[#ce13cf]"
/* SCSS */
$brand: #ce13cf;
/* SwiftUI */
Color(red: 0.808, green: 0.075, blue: 0.812)
/* Android */
Color.parseColor("#ce13cf")Accessibility — WCAG contrast
Aa
#ce13cf on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce13cf on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green7.5%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta90.8%
Yellow0.0%
Key (black)18.8%
Color previews
#ce13cf text on a black background
contrast 4.62:1
Card sample
#ce13cf text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce13cf;
Background color
Panel with #ce13cf background
background-color: #ce13cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce13cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 19, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 19, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce13cf; background: linear-gradient(135deg, #ce13cf, #CF1353);