#ce3cef
a balanced, electric violet · warm · closest name: magenta
RGB
206, 60, 239
HSL
289°, 85%, 59%
CMYK
14, 75, 0, 6
Luminance
0.2259
Every format
| HEX | #ce3cef |
| RGB | rgb(206, 60, 239) |
| HSL | hsl(289, 85%, 59%) |
| CMYK | cmyk(14%, 75%, 0%, 6%) |
| LAB | lab(54.6 78.3 -61.5) |
| LCH | lch(54.6 99.5 321.9) |
| OKLCH | oklch(0.644 0.265 319.4) |
Copy-ready code
/* CSS */
color: #ce3cef;
background-color: #ce3cef;
/* Tailwind (arbitrary) */
class="text-[#ce3cef] bg-[#ce3cef]"
/* SCSS */
$brand: #ce3cef;
/* SwiftUI */
Color(red: 0.808, green: 0.235, blue: 0.937)
/* Android */
Color.parseColor("#ce3cef")Accessibility — WCAG contrast
Aa
#ce3cef on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce3cef on black: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green23.5%
Blue93.7%
CMYK percentages
Cyan13.8%
Magenta74.9%
Yellow0.0%
Key (black)6.3%
Color previews
#ce3cef text on a black background
contrast 5.52:1
Card sample
#ce3cef text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce3cef;
Background color
Panel with #ce3cef background
background-color: #ce3cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce3cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 60, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 60, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce3cef; background: linear-gradient(135deg, #ce3cef, #EF3C99);