Magenta
#FD1CE6
PinkColor Codes
All color formats for development
HEX
#FD1CE6RGB
rgb(253, 28, 230)HSL
hsl(306, 98%, 55%)OKLCH
oklch(0.69 0.299 333.6)CMYK
cmyk(0%, 89%, 9%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FA03E1
2#DE02C8
3#C202AF
4#A70296
5#8B017D
6#6F0164
7#53014B
8#380132
9#1C0019
Tints
Lighter variations
1#FD33E9
2#FD49EB
3#FD60EE
4#FE77F0
5#FE8DF3
6#FEA4F5
7#FEBBF8
8#FFD2FA
9#FFE8FD
Tones
Muted variations
1#F127DD
2#E632D4
3#DB3ECB
4#D049C2
5#C454B9
6#B95FB0
7#AE6BA7
8#A3769E
9#978195
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BF2 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EEC | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE02C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B1029F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0172 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510149 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FFF0FD;
--magenta-100: #FFDCFB;
--magenta-200: #FEBDF8;
--magenta-300: #FE8BF2;
--magenta-400: #FD4EEC;
--magenta-500: #FD1CE6;
--magenta-600: #DE02C8;
--magenta-700: #B1029F;
--magenta-800: #7E0172;
--magenta-900: #510149;
--magenta-950: #32012D;
}