Magenta
#FC1DFC
PinkColor Codes
All color formats for development
HEX
#FC1DFCRGB
rgb(252, 29, 252)HSL
hsl(300, 97%, 55%)OKLCH
oklch(0.701 0.312 328.3)CMYK
cmyk(0%, 88%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F904F9
2#DD03DD
3#C103C1
4#A603A6
5#8A028A
6#6F026F
7#530153
8#370137
9#1C001C
Tints
Lighter variations
1#FC34FC
2#FC4AFC
3#FD61FD
4#FD77FD
5#FD8EFD
6#FEA5FE
7#FEBBFE
8#FED2FE
9#FFE8FF
Tones
Muted variations
1#F028F0
2#E533E5
3#DA3EDA
4#CF49CF
5#C455C4
6#B960B9
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 | FEDC #FEDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8BFD | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4FFC | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B003B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500150 | 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: #FEDCFE;
--magenta-200: #FEBEFE;
--magenta-300: #FD8BFD;
--magenta-400: #FC4FFC;
--magenta-500: #FC1DFC;
--magenta-600: #DD03DD;
--magenta-700: #B003B0;
--magenta-800: #7E027E;
--magenta-900: #500150;
--magenta-950: #320132;
}