#cd0feb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
205, 15, 235
HSL
292°, 88%, 49%
CMYK
13, 94, 0, 8
Luminance
0.1932
Every format
| HEX | #cd0feb |
| RGB | rgb(205, 15, 235) |
| HSL | hsl(292, 88%, 49%) |
| CMYK | cmyk(13%, 94%, 0%, 8%) |
| LAB | lab(51.1 86.7 -65.0) |
| LCH | lch(51.1 108.3 323.1) |
| OKLCH | oklch(0.617 0.290 320.9) |
Copy-ready code
/* CSS */
color: #cd0feb;
background-color: #cd0feb;
/* Tailwind (arbitrary) */
class="text-[#cd0feb] bg-[#cd0feb]"
/* SCSS */
$brand: #cd0feb;
/* SwiftUI */
Color(red: 0.804, green: 0.059, blue: 0.922)
/* Android */
Color.parseColor("#cd0feb")Accessibility — WCAG contrast
Aa
#cd0feb on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd0feb on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green5.9%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta93.6%
Yellow0.0%
Key (black)7.8%
Color previews
#cd0feb text on a black background
contrast 4.86:1
Card sample
#cd0feb text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd0feb;
Background color
Panel with #cd0feb background
background-color: #cd0feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd0feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 15, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 15, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd0feb; background: linear-gradient(135deg, #cd0feb, #EB0F76);