#ce07da
a dark, electric magenta / pink · warm · closest name: magenta
RGB
206, 7, 218
HSL
297°, 94%, 44%
CMYK
6, 97, 0, 15
Luminance
0.1834
Every format
| HEX | #ce07da |
| RGB | rgb(206, 7, 218) |
| HSL | hsl(297, 94%, 44%) |
| CMYK | cmyk(6%, 97%, 0%, 15%) |
| LAB | lab(49.9 84.9 -57.2) |
| LCH | lch(49.9 102.3 326.0) |
| OKLCH | oklch(0.606 0.281 325.3) |
Copy-ready code
/* CSS */
color: #ce07da;
background-color: #ce07da;
/* Tailwind (arbitrary) */
class="text-[#ce07da] bg-[#ce07da]"
/* SCSS */
$brand: #ce07da;
/* SwiftUI */
Color(red: 0.808, green: 0.027, blue: 0.855)
/* Android */
Color.parseColor("#ce07da")Accessibility — WCAG contrast
Aa
#ce07da on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce07da on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green2.7%
Blue85.5%
CMYK percentages
Cyan5.5%
Magenta96.8%
Yellow0.0%
Key (black)14.5%
Color previews
#ce07da text on a black background
contrast 4.67:1
Card sample
#ce07da text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce07da;
Background color
Panel with #ce07da background
background-color: #ce07da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce07da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 7, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 7, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce07da; background: linear-gradient(135deg, #ce07da, #DA0759);