#ce3fee
a balanced, electric violet · warm · closest name: magenta
RGB
206, 63, 238
HSL
289°, 84%, 59%
CMYK
13, 74, 0, 7
Luminance
0.2285
Every format
| HEX | #ce3fee |
| RGB | rgb(206, 63, 238) |
| HSL | hsl(289, 84%, 59%) |
| CMYK | cmyk(13%, 74%, 0%, 7%) |
| LAB | lab(54.9 77.1 -60.5) |
| LCH | lch(54.9 98.0 321.9) |
| OKLCH | oklch(0.645 0.261 319.5) |
Copy-ready code
/* CSS */
color: #ce3fee;
background-color: #ce3fee;
/* Tailwind (arbitrary) */
class="text-[#ce3fee] bg-[#ce3fee]"
/* SCSS */
$brand: #ce3fee;
/* SwiftUI */
Color(red: 0.808, green: 0.247, blue: 0.933)
/* Android */
Color.parseColor("#ce3fee")Accessibility — WCAG contrast
Aa
#ce3fee on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce3fee on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green24.7%
Blue93.3%
CMYK percentages
Cyan13.4%
Magenta73.5%
Yellow0.0%
Key (black)6.7%
Color previews
#ce3fee text on a black background
contrast 5.57:1
Card sample
#ce3fee text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce3fee;
Background color
Panel with #ce3fee background
background-color: #ce3fee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce3fee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 63, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 63, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce3fee; background: linear-gradient(135deg, #ce3fee, #EE3F99);