#ce00eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
206, 0, 235
HSL
293°, 100%, 46%
CMYK
12, 100, 0, 8
Luminance
0.1912
Every format
| HEX | #ce00eb |
| RGB | rgb(206, 0, 235) |
| HSL | hsl(293, 100%, 46%) |
| CMYK | cmyk(12%, 100%, 0%, 8%) |
| LAB | lab(50.8 88.0 -65.3) |
| LCH | lch(50.8 109.6 323.4) |
| OKLCH | oklch(0.616 0.294 321.3) |
Copy-ready code
/* CSS */
color: #ce00eb;
background-color: #ce00eb;
/* Tailwind (arbitrary) */
class="text-[#ce00eb] bg-[#ce00eb]"
/* SCSS */
$brand: #ce00eb;
/* SwiftUI */
Color(red: 0.808, green: 0.000, blue: 0.922)
/* Android */
Color.parseColor("#ce00eb")Accessibility — WCAG contrast
Aa
#ce00eb on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce00eb on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green0.0%
Blue92.2%
CMYK percentages
Cyan12.3%
Magenta100.0%
Yellow0.0%
Key (black)7.8%
Color previews
#ce00eb text on a black background
contrast 4.82:1
Card sample
#ce00eb text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce00eb;
Background color
Panel with #ce00eb background
background-color: #ce00eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce00eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 0, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 0, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce00eb; background: linear-gradient(135deg, #ce00eb, #EB006B);