#ce3df8
a balanced, electric violet · warm · closest name: magenta
RGB
206, 61, 248
HSL
287°, 93%, 61%
CMYK
17, 75, 0, 3
Luminance
0.2324
Every format
| HEX | #ce3df8 |
| RGB | rgb(206, 61, 248) |
| HSL | hsl(287, 93%, 61%) |
| CMYK | cmyk(17%, 75%, 0%, 3%) |
| LAB | lab(55.3 79.6 -65.4) |
| LCH | lch(55.3 103.0 320.6) |
| OKLCH | oklch(0.650 0.271 317.2) |
Copy-ready code
/* CSS */
color: #ce3df8;
background-color: #ce3df8;
/* Tailwind (arbitrary) */
class="text-[#ce3df8] bg-[#ce3df8]"
/* SCSS */
$brand: #ce3df8;
/* SwiftUI */
Color(red: 0.808, green: 0.239, blue: 0.973)
/* Android */
Color.parseColor("#ce3df8")Accessibility — WCAG contrast
Aa
#ce3df8 on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce3df8 on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green23.9%
Blue97.3%
CMYK percentages
Cyan16.9%
Magenta75.4%
Yellow0.0%
Key (black)2.7%
Color previews
#ce3df8 text on a black background
contrast 5.65:1
Card sample
#ce3df8 text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce3df8;
Background color
Panel with #ce3df8 background
background-color: #ce3df8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce3df8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 61, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 61, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce3df8; background: linear-gradient(135deg, #ce3df8, #F83DA5);