#ce3ceb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
206, 60, 235
HSL
290°, 81%, 58%
CMYK
12, 75, 0, 8
Luminance
0.2235
Every format
| HEX | #ce3ceb |
| RGB | rgb(206, 60, 235) |
| HSL | hsl(290, 81%, 58%) |
| CMYK | cmyk(12%, 75%, 0%, 8%) |
| LAB | lab(54.4 77.6 -59.6) |
| LCH | lch(54.4 97.8 322.5) |
| OKLCH | oklch(0.641 0.262 320.3) |
Copy-ready code
/* CSS */
color: #ce3ceb;
background-color: #ce3ceb;
/* Tailwind (arbitrary) */
class="text-[#ce3ceb] bg-[#ce3ceb]"
/* SCSS */
$brand: #ce3ceb;
/* SwiftUI */
Color(red: 0.808, green: 0.235, blue: 0.922)
/* Android */
Color.parseColor("#ce3ceb")Accessibility — WCAG contrast
Aa
#ce3ceb on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce3ceb on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green23.5%
Blue92.2%
CMYK percentages
Cyan12.3%
Magenta74.5%
Yellow0.0%
Key (black)7.8%
Color previews
#ce3ceb text on a black background
contrast 5.47:1
Card sample
#ce3ceb text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce3ceb;
Background color
Panel with #ce3ceb background
background-color: #ce3ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce3ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 60, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 60, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce3ceb; background: linear-gradient(135deg, #ce3ceb, #EB3C93);