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