#d248eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
210, 72, 235
HSL
291°, 80%, 60%
CMYK
11, 69, 0, 8
Luminance
0.2433
Every format
| HEX | #d248eb |
| RGB | rgb(210, 72, 235) |
| HSL | hsl(291, 80%, 60%) |
| CMYK | cmyk(11%, 69%, 0%, 8%) |
| LAB | lab(56.4 74.3 -56.3) |
| LCH | lch(56.4 93.2 322.8) |
| OKLCH | oklch(0.657 0.251 321.1) |
Copy-ready code
/* CSS */
color: #d248eb;
background-color: #d248eb;
/* Tailwind (arbitrary) */
class="text-[#d248eb] bg-[#d248eb]"
/* SCSS */
$brand: #d248eb;
/* SwiftUI */
Color(red: 0.824, green: 0.282, blue: 0.922)
/* Android */
Color.parseColor("#d248eb")Accessibility — WCAG contrast
Aa
#d248eb on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d248eb on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green28.2%
Blue92.2%
CMYK percentages
Cyan10.6%
Magenta69.4%
Yellow0.0%
Key (black)7.8%
Color previews
#d248eb text on a black background
contrast 5.87:1
Card sample
#d248eb text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d248eb;
Background color
Panel with #d248eb background
background-color: #d248eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d248eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 72, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 72, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d248eb; background: linear-gradient(135deg, #d248eb, #EB4897);