#ce01cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
206, 1, 207
HSL
300°, 99%, 41%
CMYK
1, 100, 0, 19
Luminance
0.1765
Every format
| HEX | #ce01cf |
| RGB | rgb(206, 1, 207) |
| HSL | hsl(300, 99%, 41%) |
| CMYK | cmyk(1%, 100%, 0%, 19%) |
| LAB | lab(49.1 83.7 -52.2) |
| LCH | lch(49.1 98.7 328.0) |
| OKLCH | oklch(0.598 0.275 328.1) |
Copy-ready code
/* CSS */
color: #ce01cf;
background-color: #ce01cf;
/* Tailwind (arbitrary) */
class="text-[#ce01cf] bg-[#ce01cf]"
/* SCSS */
$brand: #ce01cf;
/* SwiftUI */
Color(red: 0.808, green: 0.004, blue: 0.812)
/* Android */
Color.parseColor("#ce01cf")Accessibility — WCAG contrast
Aa
#ce01cf on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce01cf on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green0.4%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta99.5%
Yellow0.0%
Key (black)18.8%
Color previews
#ce01cf text on a black background
contrast 4.53:1
Card sample
#ce01cf text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce01cf;
Background color
Panel with #ce01cf background
background-color: #ce01cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce01cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 1, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 1, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce01cf; background: linear-gradient(135deg, #ce01cf, #CF0147);