#ce2fd5
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
206, 47, 213
HSL
298°, 66%, 51%
CMYK
3, 78, 0, 17
Luminance
0.1996
Every format
| HEX | #ce2fd5 |
| RGB | rgb(206, 47, 213) |
| HSL | hsl(298, 66%, 51%) |
| CMYK | cmyk(3%, 78%, 0%, 17%) |
| LAB | lab(51.8 77.7 -51.3) |
| LCH | lch(51.8 93.1 326.6) |
| OKLCH | oklch(0.619 0.257 326.2) |
Copy-ready code
/* CSS */
color: #ce2fd5;
background-color: #ce2fd5;
/* Tailwind (arbitrary) */
class="text-[#ce2fd5] bg-[#ce2fd5]"
/* SCSS */
$brand: #ce2fd5;
/* SwiftUI */
Color(red: 0.808, green: 0.184, blue: 0.835)
/* Android */
Color.parseColor("#ce2fd5")Accessibility — WCAG contrast
Aa
#ce2fd5 on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce2fd5 on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green18.4%
Blue83.5%
CMYK percentages
Cyan3.3%
Magenta77.9%
Yellow0.0%
Key (black)16.5%
Color previews
#ce2fd5 text on a black background
contrast 4.99:1
Card sample
#ce2fd5 text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce2fd5;
Background color
Panel with #ce2fd5 background
background-color: #ce2fd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce2fd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 47, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 47, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce2fd5; background: linear-gradient(135deg, #ce2fd5, #D52F6D);