#d024af
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
208, 36, 175
HSL
312°, 71%, 48%
CMYK
0, 83, 16, 18
Luminance
0.1777
Every format
| HEX | #d024af |
| RGB | rgb(208, 36, 175) |
| HSL | hsl(312, 71%, 48%) |
| CMYK | cmyk(0%, 83%, 16%, 18%) |
| LAB | lab(49.2 75.2 -33.3) |
| LCH | lch(49.2 82.2 336.1) |
| OKLCH | oklch(0.594 0.241 337.8) |
Copy-ready code
/* CSS */
color: #d024af;
background-color: #d024af;
/* Tailwind (arbitrary) */
class="text-[#d024af] bg-[#d024af]"
/* SCSS */
$brand: #d024af;
/* SwiftUI */
Color(red: 0.816, green: 0.141, blue: 0.686)
/* Android */
Color.parseColor("#d024af")Accessibility — WCAG contrast
Aa
#d024af on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d024af on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green14.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta82.7%
Yellow15.9%
Key (black)18.4%
Color previews
#d024af text on a black background
contrast 4.55:1
Card sample
#d024af text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d024af;
Background color
Panel with #d024af background
background-color: #d024af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d024af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 36, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 36, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d024af; background: linear-gradient(135deg, #d024af, #D0243C);