#d445fd
a balanced, electric violet · warm · closest name: magenta
RGB
212, 69, 253
HSL
287°, 98%, 63%
CMYK
16, 73, 0, 1
Luminance
0.2535
Every format
| HEX | #d445fd |
| RGB | rgb(212, 69, 253) |
| HSL | hsl(287, 98%, 63%) |
| CMYK | cmyk(16%, 73%, 0%, 1%) |
| LAB | lab(57.4 79.0 -64.8) |
| LCH | lch(57.4 102.1 320.6) |
| OKLCH | oklch(0.668 0.270 317.5) |
Copy-ready code
/* CSS */
color: #d445fd;
background-color: #d445fd;
/* Tailwind (arbitrary) */
class="text-[#d445fd] bg-[#d445fd]"
/* SCSS */
$brand: #d445fd;
/* SwiftUI */
Color(red: 0.831, green: 0.271, blue: 0.992)
/* Android */
Color.parseColor("#d445fd")Accessibility — WCAG contrast
Aa
#d445fd on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d445fd on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green27.1%
Blue99.2%
CMYK percentages
Cyan16.2%
Magenta72.7%
Yellow0.0%
Key (black)0.8%
Color previews
#d445fd text on a black background
contrast 6.07:1
Card sample
#d445fd text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d445fd;
Background color
Panel with #d445fd background
background-color: #d445fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d445fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 69, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 69, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d445fd; background: linear-gradient(135deg, #d445fd, #FD45AB);