#ce44f1
a balanced, electric violet · warm · closest name: magenta
RGB
206, 68, 241
HSL
288°, 86%, 61%
CMYK
15, 72, 0, 6
Luminance
0.2361
Every format
| HEX | #ce44f1 |
| RGB | rgb(206, 68, 241) |
| HSL | hsl(288, 86%, 61%) |
| CMYK | cmyk(15%, 72%, 0%, 6%) |
| LAB | lab(55.7 76.0 -60.9) |
| LCH | lch(55.7 97.4 321.3) |
| OKLCH | oklch(0.652 0.259 318.6) |
Copy-ready code
/* CSS */
color: #ce44f1;
background-color: #ce44f1;
/* Tailwind (arbitrary) */
class="text-[#ce44f1] bg-[#ce44f1]"
/* SCSS */
$brand: #ce44f1;
/* SwiftUI */
Color(red: 0.808, green: 0.267, blue: 0.945)
/* Android */
Color.parseColor("#ce44f1")Accessibility — WCAG contrast
Aa
#ce44f1 on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce44f1 on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green26.7%
Blue94.5%
CMYK percentages
Cyan14.5%
Magenta71.8%
Yellow0.0%
Key (black)5.5%
Color previews
#ce44f1 text on a black background
contrast 5.72:1
Card sample
#ce44f1 text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce44f1;
Background color
Panel with #ce44f1 background
background-color: #ce44f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce44f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 68, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 68, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce44f1; background: linear-gradient(135deg, #ce44f1, #F144A1);