#d25fdf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
210, 95, 223
HSL
294°, 67%, 62%
CMYK
6, 57, 0, 13
Luminance
0.2721
Every format
| HEX | #d25fdf |
| RGB | rgb(210, 95, 223) |
| HSL | hsl(294, 67%, 62%) |
| CMYK | cmyk(6%, 57%, 0%, 13%) |
| LAB | lab(59.2 62.7 -45.2) |
| LCH | lch(59.2 77.3 324.2) |
| OKLCH | oklch(0.675 0.211 323.5) |
Copy-ready code
/* CSS */
color: #d25fdf;
background-color: #d25fdf;
/* Tailwind (arbitrary) */
class="text-[#d25fdf] bg-[#d25fdf]"
/* SCSS */
$brand: #d25fdf;
/* SwiftUI */
Color(red: 0.824, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#d25fdf")Accessibility — WCAG contrast
Aa
#d25fdf on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d25fdf on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green37.3%
Blue87.5%
CMYK percentages
Cyan5.8%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#d25fdf text on a black background
contrast 6.44:1
Card sample
#d25fdf text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d25fdf;
Background color
Panel with #d25fdf background
background-color: #d25fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d25fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d25fdf; background: linear-gradient(135deg, #d25fdf, #DF5F97);