#ce28ee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
206, 40, 238
HSL
290°, 85%, 55%
CMYK
13, 83, 0, 7
Luminance
0.2081
Every format
| HEX | #ce28ee |
| RGB | rgb(206, 40, 238) |
| HSL | hsl(290, 85%, 55%) |
| CMYK | cmyk(13%, 83%, 0%, 7%) |
| LAB | lab(52.8 83.4 -64.0) |
| LCH | lch(52.8 105.1 322.5) |
| OKLCH | oklch(0.630 0.280 320.1) |
Copy-ready code
/* CSS */
color: #ce28ee;
background-color: #ce28ee;
/* Tailwind (arbitrary) */
class="text-[#ce28ee] bg-[#ce28ee]"
/* SCSS */
$brand: #ce28ee;
/* SwiftUI */
Color(red: 0.808, green: 0.157, blue: 0.933)
/* Android */
Color.parseColor("#ce28ee")Accessibility — WCAG contrast
Aa
#ce28ee on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce28ee on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green15.7%
Blue93.3%
CMYK percentages
Cyan13.4%
Magenta83.2%
Yellow0.0%
Key (black)6.7%
Color previews
#ce28ee text on a black background
contrast 5.16:1
Card sample
#ce28ee text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce28ee;
Background color
Panel with #ce28ee background
background-color: #ce28ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce28ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 40, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 40, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce28ee; background: linear-gradient(135deg, #ce28ee, #EE288A);