#fd62af
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 98, 175
HSL
330°, 98%, 69%
CMYK
0, 61, 31, 1
Luminance
0.3271
Every format
| HEX | #fd62af |
| RGB | rgb(253, 98, 175) |
| HSL | hsl(330, 98%, 69%) |
| CMYK | cmyk(0%, 61%, 31%, 1%) |
| LAB | lab(63.9 66.0 -10.2) |
| LCH | lch(63.9 66.8 351.3) |
| OKLCH | oklch(0.716 0.203 352.6) |
Copy-ready code
/* CSS */
color: #fd62af;
background-color: #fd62af;
/* Tailwind (arbitrary) */
class="text-[#fd62af] bg-[#fd62af]"
/* SCSS */
$brand: #fd62af;
/* SwiftUI */
Color(red: 0.992, green: 0.384, blue: 0.686)
/* Android */
Color.parseColor("#fd62af")Accessibility — WCAG contrast
Aa
#fd62af on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd62af on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green38.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta61.3%
Yellow30.8%
Key (black)0.8%
Color previews
#fd62af text on a black background
contrast 7.54:1
Card sample
#fd62af text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd62af;
Background color
Panel with #fd62af background
background-color: #fd62af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd62af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 98, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 98, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd62af; background: linear-gradient(135deg, #fd62af, #FD7C62);