#ce3af9
a balanced, electric violet · warm · closest name: magenta
RGB
206, 58, 249
HSL
287°, 94%, 60%
CMYK
17, 77, 0, 2
Luminance
0.2299
Every format
| HEX | #ce3af9 |
| RGB | rgb(206, 58, 249) |
| HSL | hsl(287, 94%, 60%) |
| CMYK | cmyk(17%, 77%, 0%, 2%) |
| LAB | lab(55.1 80.7 -66.4) |
| LCH | lch(55.1 104.5 320.6) |
| OKLCH | oklch(0.649 0.275 317.1) |
Copy-ready code
/* CSS */
color: #ce3af9;
background-color: #ce3af9;
/* Tailwind (arbitrary) */
class="text-[#ce3af9] bg-[#ce3af9]"
/* SCSS */
$brand: #ce3af9;
/* SwiftUI */
Color(red: 0.808, green: 0.227, blue: 0.976)
/* Android */
Color.parseColor("#ce3af9")Accessibility — WCAG contrast
Aa
#ce3af9 on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce3af9 on black: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green22.7%
Blue97.6%
CMYK percentages
Cyan17.3%
Magenta76.7%
Yellow0.0%
Key (black)2.4%
Color previews
#ce3af9 text on a black background
contrast 5.60:1
Card sample
#ce3af9 text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce3af9;
Background color
Panel with #ce3af9 background
background-color: #ce3af9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce3af9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 58, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 58, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce3af9; background: linear-gradient(135deg, #ce3af9, #F93AA5);