Magenta
#FD1CD7
PinkColor Codes
All color formats for development
HEX
#FD1CD7RGB
rgb(253, 28, 215)HSL
hsl(310, 98%, 55%)OKLCH
oklch(0.682 0.29 337.3)CMYK
cmyk(0%, 89%, 15%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FA03D1
2#DE02BA
3#C202A2
4#A7028B
5#8B0174
6#6F015D
7#530146
8#38012E
9#1C0017
Tints
Lighter variations
1#FD33DB
2#FD49DF
3#FD60E3
4#FE77E7
5#FE8DEB
6#FEA4EF
7#FEBBF3
8#FFD2F7
9#FFE8FB
Tones
Muted variations
1#F127D0
2#E632C8
3#DB3EC1
4#D049B9
5#C454B2
6#B95FAA
7#AE6BA3
8#A3769B
9#978194
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BEB | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EE0 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE02BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10294 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0169 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510143 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FFF0FC;
--magenta-100: #FFDCF9;
--magenta-200: #FEBDF4;
--magenta-300: #FE8BEB;
--magenta-400: #FD4EE0;
--magenta-500: #FD1CD7;
--magenta-600: #DE02BA;
--magenta-700: #B10294;
--magenta-800: #7E0169;
--magenta-900: #510143;
--magenta-950: #32012A;
}