#fd75c2
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 117, 194
HSL
326°, 97%, 73%
CMYK
0, 54, 23, 1
Luminance
0.3750
Every format
| HEX | #fd75c2 |
| RGB | rgb(253, 117, 194) |
| HSL | hsl(326, 97%, 73%) |
| CMYK | cmyk(0%, 54%, 23%, 1%) |
| LAB | lab(67.7 60.1 -15.3) |
| LCH | lch(67.7 62.0 345.7) |
| OKLCH | oklch(0.745 0.185 347.4) |
Copy-ready code
/* CSS */
color: #fd75c2;
background-color: #fd75c2;
/* Tailwind (arbitrary) */
class="text-[#fd75c2] bg-[#fd75c2]"
/* SCSS */
$brand: #fd75c2;
/* SwiftUI */
Color(red: 0.992, green: 0.459, blue: 0.761)
/* Android */
Color.parseColor("#fd75c2")Accessibility — WCAG contrast
Aa
#fd75c2 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd75c2 on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green45.9%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta53.8%
Yellow23.3%
Key (black)0.8%
Color previews
#fd75c2 text on a black background
contrast 8.50:1
Card sample
#fd75c2 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd75c2;
Background color
Panel with #fd75c2 background
background-color: #fd75c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd75c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 117, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 117, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd75c2; background: linear-gradient(135deg, #fd75c2, #FD8275);