#ce3ada
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
206, 58, 218
HSL
296°, 68%, 54%
CMYK
6, 73, 0, 15
Luminance
0.2121
Every format
| HEX | #ce3ada |
| RGB | rgb(206, 58, 218) |
| HSL | hsl(296, 68%, 54%) |
| CMYK | cmyk(6%, 73%, 0%, 15%) |
| LAB | lab(53.2 75.3 -52.0) |
| LCH | lch(53.2 91.5 325.4) |
| OKLCH | oklch(0.629 0.250 324.7) |
Copy-ready code
/* CSS */
color: #ce3ada;
background-color: #ce3ada;
/* Tailwind (arbitrary) */
class="text-[#ce3ada] bg-[#ce3ada]"
/* SCSS */
$brand: #ce3ada;
/* SwiftUI */
Color(red: 0.808, green: 0.227, blue: 0.855)
/* Android */
Color.parseColor("#ce3ada")Accessibility — WCAG contrast
Aa
#ce3ada on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce3ada on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green22.7%
Blue85.5%
CMYK percentages
Cyan5.5%
Magenta73.4%
Yellow0.0%
Key (black)14.5%
Color previews
#ce3ada text on a black background
contrast 5.24:1
Card sample
#ce3ada text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce3ada;
Background color
Panel with #ce3ada background
background-color: #ce3ada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce3ada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 58, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 58, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce3ada; background: linear-gradient(135deg, #ce3ada, #DA3A7B);