#ce2ceb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
206, 44, 235
HSL
291°, 83%, 55%
CMYK
12, 81, 0, 8
Luminance
0.2092
Every format
| HEX | #ce2ceb |
| RGB | rgb(206, 44, 235) |
| HSL | hsl(291, 83%, 55%) |
| CMYK | cmyk(12%, 81%, 0%, 8%) |
| LAB | lab(52.9 82.0 -62.1) |
| LCH | lch(52.9 102.9 322.9) |
| OKLCH | oklch(0.630 0.275 320.7) |
Copy-ready code
/* CSS */
color: #ce2ceb;
background-color: #ce2ceb;
/* Tailwind (arbitrary) */
class="text-[#ce2ceb] bg-[#ce2ceb]"
/* SCSS */
$brand: #ce2ceb;
/* SwiftUI */
Color(red: 0.808, green: 0.173, blue: 0.922)
/* Android */
Color.parseColor("#ce2ceb")Accessibility — WCAG contrast
Aa
#ce2ceb on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce2ceb on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green17.3%
Blue92.2%
CMYK percentages
Cyan12.3%
Magenta81.3%
Yellow0.0%
Key (black)7.8%
Color previews
#ce2ceb text on a black background
contrast 5.18:1
Card sample
#ce2ceb text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce2ceb;
Background color
Panel with #ce2ceb background
background-color: #ce2ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce2ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 44, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 44, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce2ceb; background: linear-gradient(135deg, #ce2ceb, #EB2C89);