#ce2df0
a balanced, electric violet · warm · closest name: magenta
RGB
206, 45, 240
HSL
290°, 87%, 56%
CMYK
14, 81, 0, 6
Luminance
0.2129
Every format
| HEX | #ce2df0 |
| RGB | rgb(206, 45, 240) |
| HSL | hsl(290, 87%, 56%) |
| CMYK | cmyk(14%, 81%, 0%, 6%) |
| LAB | lab(53.3 82.6 -64.2) |
| LCH | lch(53.3 104.7 322.1) |
| OKLCH | oklch(0.634 0.278 319.6) |
Copy-ready code
/* CSS */
color: #ce2df0;
background-color: #ce2df0;
/* Tailwind (arbitrary) */
class="text-[#ce2df0] bg-[#ce2df0]"
/* SCSS */
$brand: #ce2df0;
/* SwiftUI */
Color(red: 0.808, green: 0.176, blue: 0.941)
/* Android */
Color.parseColor("#ce2df0")Accessibility — WCAG contrast
Aa
#ce2df0 on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce2df0 on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green17.6%
Blue94.1%
CMYK percentages
Cyan14.2%
Magenta81.3%
Yellow0.0%
Key (black)5.9%
Color previews
#ce2df0 text on a black background
contrast 5.26:1
Card sample
#ce2df0 text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce2df0;
Background color
Panel with #ce2df0 background
background-color: #ce2df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce2df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 45, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 45, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce2df0; background: linear-gradient(135deg, #ce2df0, #F02D90);