#cd3feb
a balanced, electric violet · warm · closest name: magenta
RGB
205, 63, 235
HSL
290°, 81%, 58%
CMYK
13, 73, 0, 8
Luminance
0.2253
Every format
| HEX | #cd3feb |
| RGB | rgb(205, 63, 235) |
| HSL | hsl(290, 81%, 58%) |
| CMYK | cmyk(13%, 73%, 0%, 8%) |
| LAB | lab(54.6 76.4 -59.3) |
| LCH | lch(54.6 96.7 322.2) |
| OKLCH | oklch(0.642 0.258 319.9) |
Copy-ready code
/* CSS */
color: #cd3feb;
background-color: #cd3feb;
/* Tailwind (arbitrary) */
class="text-[#cd3feb] bg-[#cd3feb]"
/* SCSS */
$brand: #cd3feb;
/* SwiftUI */
Color(red: 0.804, green: 0.247, blue: 0.922)
/* Android */
Color.parseColor("#cd3feb")Accessibility — WCAG contrast
Aa
#cd3feb on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd3feb on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green24.7%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta73.2%
Yellow0.0%
Key (black)7.8%
Color previews
#cd3feb text on a black background
contrast 5.51:1
Card sample
#cd3feb text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd3feb;
Background color
Panel with #cd3feb background
background-color: #cd3feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd3feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 63, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 63, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd3feb; background: linear-gradient(135deg, #cd3feb, #EB3F96);