#fd90af
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 144, 175
HSL
343°, 97%, 78%
CMYK
0, 43, 31, 1
Luminance
0.4392
Every format
| HEX | #fd90af |
| RGB | rgb(253, 144, 175) |
| HSL | hsl(343, 97%, 78%) |
| CMYK | cmyk(0%, 43%, 31%, 1%) |
| LAB | lab(72.2 44.5 2.0) |
| LCH | lch(72.2 44.6 2.6) |
| OKLCH | oklch(0.777 0.135 2.5) |
Copy-ready code
/* CSS */
color: #fd90af;
background-color: #fd90af;
/* Tailwind (arbitrary) */
class="text-[#fd90af] bg-[#fd90af]"
/* SCSS */
$brand: #fd90af;
/* SwiftUI */
Color(red: 0.992, green: 0.565, blue: 0.686)
/* Android */
Color.parseColor("#fd90af")Accessibility — WCAG contrast
Aa
#fd90af on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd90af on black: 9.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green56.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta43.1%
Yellow30.8%
Key (black)0.8%
Color previews
#fd90af text on a black background
contrast 9.78:1
Card sample
#fd90af text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd90af;
Background color
Panel with #fd90af background
background-color: #fd90af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd90af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 144, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 144, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd90af; background: linear-gradient(135deg, #fd90af, #FDB990);