#ce2ff7
a balanced, electric violet · warm · closest name: magenta
RGB
206, 47, 247
HSL
288°, 93%, 58%
CMYK
17, 81, 0, 3
Luminance
0.2187
Every format
| HEX | #ce2ff7 |
| RGB | rgb(206, 47, 247) |
| HSL | hsl(288, 93%, 58%) |
| CMYK | cmyk(17%, 81%, 0%, 3%) |
| LAB | lab(53.9 83.3 -67.1) |
| LCH | lch(53.9 107.0 321.1) |
| OKLCH | oklch(0.640 0.282 317.9) |
Copy-ready code
/* CSS */
color: #ce2ff7;
background-color: #ce2ff7;
/* Tailwind (arbitrary) */
class="text-[#ce2ff7] bg-[#ce2ff7]"
/* SCSS */
$brand: #ce2ff7;
/* SwiftUI */
Color(red: 0.808, green: 0.184, blue: 0.969)
/* Android */
Color.parseColor("#ce2ff7")Accessibility — WCAG contrast
Aa
#ce2ff7 on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce2ff7 on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green18.4%
Blue96.9%
CMYK percentages
Cyan16.6%
Magenta81.0%
Yellow0.0%
Key (black)3.1%
Color previews
#ce2ff7 text on a black background
contrast 5.37:1
Card sample
#ce2ff7 text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce2ff7;
Background color
Panel with #ce2ff7 background
background-color: #ce2ff7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce2ff7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 47, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 47, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce2ff7; background: linear-gradient(135deg, #ce2ff7, #F72F9B);