#ce00ee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
206, 0, 238
HSL
292°, 100%, 47%
CMYK
13, 100, 0, 7
Luminance
0.1929
Every format
| HEX | #ce00ee |
| RGB | rgb(206, 0, 238) |
| HSL | hsl(292, 100%, 47%) |
| CMYK | cmyk(13%, 100%, 0%, 7%) |
| LAB | lab(51.0 88.5 -66.7) |
| LCH | lch(51.0 110.8 323.0) |
| OKLCH | oklch(0.618 0.296 320.6) |
Copy-ready code
/* CSS */
color: #ce00ee;
background-color: #ce00ee;
/* Tailwind (arbitrary) */
class="text-[#ce00ee] bg-[#ce00ee]"
/* SCSS */
$brand: #ce00ee;
/* SwiftUI */
Color(red: 0.808, green: 0.000, blue: 0.933)
/* Android */
Color.parseColor("#ce00ee")Accessibility — WCAG contrast
Aa
#ce00ee on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce00ee on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green0.0%
Blue93.3%
CMYK percentages
Cyan13.4%
Magenta100.0%
Yellow0.0%
Key (black)6.7%
Color previews
#ce00ee text on a black background
contrast 4.86:1
Card sample
#ce00ee text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce00ee;
Background color
Panel with #ce00ee background
background-color: #ce00ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce00ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 0, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 0, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce00ee; background: linear-gradient(135deg, #ce00ee, #EE0070);