#fd7bdf
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 123, 223
HSL
314°, 97%, 74%
CMYK
0, 51, 12, 1
Luminance
0.4038
Every format
| HEX | #fd7bdf |
| RGB | rgb(253, 123, 223) |
| HSL | hsl(314, 97%, 74%) |
| CMYK | cmyk(0%, 51%, 12%, 1%) |
| LAB | lab(69.7 61.5 -28.3) |
| LCH | lch(69.7 67.7 335.3) |
| OKLCH | oklch(0.764 0.195 336.9) |
Copy-ready code
/* CSS */
color: #fd7bdf;
background-color: #fd7bdf;
/* Tailwind (arbitrary) */
class="text-[#fd7bdf] bg-[#fd7bdf]"
/* SCSS */
$brand: #fd7bdf;
/* SwiftUI */
Color(red: 0.992, green: 0.482, blue: 0.875)
/* Android */
Color.parseColor("#fd7bdf")Accessibility — WCAG contrast
Aa
#fd7bdf on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd7bdf on black: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green48.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta51.4%
Yellow11.9%
Key (black)0.8%
Color previews
#fd7bdf text on a black background
contrast 9.08:1
Card sample
#fd7bdf text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd7bdf;
Background color
Panel with #fd7bdf background
background-color: #fd7bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd7bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 123, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 123, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd7bdf; background: linear-gradient(135deg, #fd7bdf, #FD7B88);