#fd75ab
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 117, 171
HSL
336°, 97%, 73%
CMYK
0, 54, 32, 1
Luminance
0.3655
Every format
| HEX | #fd75ab |
| RGB | rgb(253, 117, 171) |
| HSL | hsl(336, 97%, 73%) |
| CMYK | cmyk(0%, 54%, 32%, 1%) |
| LAB | lab(66.9 57.2 -3.4) |
| LCH | lch(66.9 57.3 356.6) |
| OKLCH | oklch(0.738 0.174 357.3) |
Copy-ready code
/* CSS */
color: #fd75ab;
background-color: #fd75ab;
/* Tailwind (arbitrary) */
class="text-[#fd75ab] bg-[#fd75ab]"
/* SCSS */
$brand: #fd75ab;
/* SwiftUI */
Color(red: 0.992, green: 0.459, blue: 0.671)
/* Android */
Color.parseColor("#fd75ab")Accessibility — WCAG contrast
Aa
#fd75ab on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd75ab on black: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green45.9%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta53.8%
Yellow32.4%
Key (black)0.8%
Color previews
#fd75ab text on a black background
contrast 8.31:1
Card sample
#fd75ab text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd75ab;
Background color
Panel with #fd75ab background
background-color: #fd75ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd75ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 117, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 117, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd75ab; background: linear-gradient(135deg, #fd75ab, #FD9A75);