Magenta
#FA1ED9
PinkColor Codes
All color formats for development
HEX
#FA1ED9RGB
rgb(250, 30, 217)HSL
hsl(309, 96%, 55%)OKLCH
oklch(0.679 0.289 336.1)CMYK
cmyk(0%, 88%, 13%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F705D3
2#DC04BC
3#C004A4
4#A5038D
5#890375
6#6E025E
7#520246
8#37012F
9#1B0117
Tints
Lighter variations
1#FB35DD
2#FB4BE1
3#FC62E5
4#FC78E8
5#FD8FEC
6#FDA5F0
7#FEBCF4
8#FED2F7
9#FFE9FB
Tones
Muted variations
1#EF29D2
2#E434CA
3#D93FC2
4#CE4ABB
5#C355B3
6#B860AB
7#AD6BA3
8#A2769C
9#978194
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CEC | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50E2 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1ED9 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC04BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0495 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D036B | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500244 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FFF0FC;
--magenta-100: #FEDCF9;
--magenta-200: #FEBEF4;
--magenta-300: #FD8CEC;
--magenta-400: #FB50E2;
--magenta-500: #FA1ED9;
--magenta-600: #DC04BC;
--magenta-700: #AF0495;
--magenta-800: #7D036B;
--magenta-900: #500244;
--magenta-950: #32012B;
}