#ce07df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
206, 7, 223
HSL
295°, 94%, 45%
CMYK
8, 97, 0, 13
Luminance
0.1860
Every format
| HEX | #ce07df |
| RGB | rgb(206, 7, 223) |
| HSL | hsl(295, 94%, 45%) |
| CMYK | cmyk(8%, 97%, 0%, 13%) |
| LAB | lab(50.2 85.6 -59.5) |
| LCH | lch(50.2 104.3 325.2) |
| OKLCH | oklch(0.609 0.284 324.1) |
Copy-ready code
/* CSS */
color: #ce07df;
background-color: #ce07df;
/* Tailwind (arbitrary) */
class="text-[#ce07df] bg-[#ce07df]"
/* SCSS */
$brand: #ce07df;
/* SwiftUI */
Color(red: 0.808, green: 0.027, blue: 0.875)
/* Android */
Color.parseColor("#ce07df")Accessibility — WCAG contrast
Aa
#ce07df on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce07df on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green2.7%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta96.9%
Yellow0.0%
Key (black)12.5%
Color previews
#ce07df text on a black background
contrast 4.72:1
Card sample
#ce07df text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce07df;
Background color
Panel with #ce07df background
background-color: #ce07df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce07df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 7, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 7, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce07df; background: linear-gradient(135deg, #ce07df, #DF0760);