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