#ce44ff
a balanced, electric violet · warm · closest name: magenta
RGB
206, 68, 255
HSL
284°, 100%, 63%
CMYK
19, 73, 0, 0
Luminance
0.2448
Every format
| HEX | #ce44ff |
| RGB | rgb(206, 68, 255) |
| HSL | hsl(284, 100%, 63%) |
| CMYK | cmyk(19%, 73%, 0%, 0%) |
| LAB | lab(56.6 78.6 -67.3) |
| LCH | lch(56.6 103.4 319.4) |
| OKLCH | oklch(0.660 0.270 315.4) |
Copy-ready code
/* CSS */
color: #ce44ff;
background-color: #ce44ff;
/* Tailwind (arbitrary) */
class="text-[#ce44ff] bg-[#ce44ff]"
/* SCSS */
$brand: #ce44ff;
/* SwiftUI */
Color(red: 0.808, green: 0.267, blue: 1.000)
/* Android */
Color.parseColor("#ce44ff")Accessibility — WCAG contrast
Aa
#ce44ff on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce44ff on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green26.7%
Blue100.0%
CMYK percentages
Cyan19.2%
Magenta73.3%
Yellow0.0%
Key (black)0.0%
Color previews
#ce44ff text on a black background
contrast 5.90:1
Card sample
#ce44ff text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce44ff;
Background color
Panel with #ce44ff background
background-color: #ce44ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce44ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 68, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 68, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce44ff; background: linear-gradient(135deg, #ce44ff, #FF44B3);