#d623eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
214, 35, 235
HSL
294°, 83%, 53%
CMYK
9, 85, 0, 8
Luminance
0.2150
Every format
| HEX | #d623eb |
| RGB | rgb(214, 35, 235) |
| HSL | hsl(294, 83%, 53%) |
| CMYK | cmyk(9%, 85%, 0%, 8%) |
| LAB | lab(53.5 85.3 -61.0) |
| LCH | lch(53.5 104.8 324.4) |
| OKLCH | oklch(0.637 0.284 323.0) |
Copy-ready code
/* CSS */
color: #d623eb;
background-color: #d623eb;
/* Tailwind (arbitrary) */
class="text-[#d623eb] bg-[#d623eb]"
/* SCSS */
$brand: #d623eb;
/* SwiftUI */
Color(red: 0.839, green: 0.137, blue: 0.922)
/* Android */
Color.parseColor("#d623eb")Accessibility — WCAG contrast
Aa
#d623eb on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d623eb on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green13.7%
Blue92.2%
CMYK percentages
Cyan8.9%
Magenta85.1%
Yellow0.0%
Key (black)7.8%
Color previews
#d623eb text on a black background
contrast 5.30:1
Card sample
#d623eb text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d623eb;
Background color
Panel with #d623eb background
background-color: #d623eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d623eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 35, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 35, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d623eb; background: linear-gradient(135deg, #d623eb, #EB237B);