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