Magenta
#FD1CFD
PinkColor Codes
All color formats for development
HEX
#FD1CFDRGB
rgb(253, 28, 253)HSL
hsl(300, 98%, 55%)OKLCH
oklch(0.703 0.313 328.3)CMYK
cmyk(0%, 89%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FA03FA
2#DE02DE
3#C202C2
4#A702A7
5#8B018B
6#6F016F
7#530153
8#380138
9#1C001C
Tints
Lighter variations
1#FD33FD
2#FD49FD
3#FD60FD
4#FE77FE
5#FE8DFE
6#FEA4FE
7#FEBBFE
8#FFD2FF
9#FFE8FF
Tones
Muted variations
1#F127F1
2#E632E6
3#DB3EDB
4#D049D0
5#C454C4
6#B95FB9
7#AE6BAE
8#A376A3
9#978197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BFE | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EFD | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B102B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510151 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FFF0FF;
--magenta-100: #FFDCFF;
--magenta-200: #FEBDFE;
--magenta-300: #FE8BFE;
--magenta-400: #FD4EFD;
--magenta-500: #FD1CFD;
--magenta-600: #DE02DE;
--magenta-700: #B102B1;
--magenta-800: #7E017E;
--magenta-900: #510151;
--magenta-950: #320132;
}