#ce00df
a dark, electric magenta / pink · warm · closest name: magenta
RGB
206, 0, 223
HSL
295°, 100%, 44%
CMYK
8, 100, 0, 13
Luminance
0.1845
Every format
| HEX | #ce00df |
| RGB | rgb(206, 0, 223) |
| HSL | hsl(295, 100%, 44%) |
| CMYK | cmyk(8%, 100%, 0%, 13%) |
| LAB | lab(50.0 86.2 -59.8) |
| LCH | lch(50.0 104.9 325.2) |
| OKLCH | oklch(0.608 0.286 324.1) |
Copy-ready code
/* CSS */
color: #ce00df;
background-color: #ce00df;
/* Tailwind (arbitrary) */
class="text-[#ce00df] bg-[#ce00df]"
/* SCSS */
$brand: #ce00df;
/* SwiftUI */
Color(red: 0.808, green: 0.000, blue: 0.875)
/* Android */
Color.parseColor("#ce00df")Accessibility — WCAG contrast
Aa
#ce00df on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce00df on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green0.0%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta100.0%
Yellow0.0%
Key (black)12.5%
Color previews
#ce00df text on a black background
contrast 4.69:1
Card sample
#ce00df text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce00df;
Background color
Panel with #ce00df background
background-color: #ce00df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce00df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 0, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 0, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce00df; background: linear-gradient(135deg, #ce00df, #DF005B);