#cd2feb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
205, 47, 235
HSL
290°, 83%, 55%
CMYK
13, 80, 0, 8
Luminance
0.2101
Every format
| HEX | #cd2feb |
| RGB | rgb(205, 47, 235) |
| HSL | hsl(290, 83%, 55%) |
| CMYK | cmyk(13%, 80%, 0%, 8%) |
| LAB | lab(53.0 81.1 -61.9) |
| LCH | lch(53.0 102.0 322.6) |
| OKLCH | oklch(0.631 0.273 320.4) |
Copy-ready code
/* CSS */
color: #cd2feb;
background-color: #cd2feb;
/* Tailwind (arbitrary) */
class="text-[#cd2feb] bg-[#cd2feb]"
/* SCSS */
$brand: #cd2feb;
/* SwiftUI */
Color(red: 0.804, green: 0.184, blue: 0.922)
/* Android */
Color.parseColor("#cd2feb")Accessibility — WCAG contrast
Aa
#cd2feb on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd2feb on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green18.4%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta80.0%
Yellow0.0%
Key (black)7.8%
Color previews
#cd2feb text on a black background
contrast 5.20:1
Card sample
#cd2feb text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd2feb;
Background color
Panel with #cd2feb background
background-color: #cd2feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd2feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 47, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 47, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd2feb; background: linear-gradient(135deg, #cd2feb, #EB2F8C);