Magenta
#FC1DDA
PinkColor Codes
All color formats for development
HEX
#FC1DDARGB
rgb(252, 29, 218)HSL
hsl(309, 97%, 55%)OKLCH
oklch(0.683 0.291 336.3)CMYK
cmyk(0%, 88%, 13%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F904D4
2#DD03BC
3#C103A5
4#A6038D
5#8A0276
6#6F025E
7#530147
8#37012F
9#1C0018
Tints
Lighter variations
1#FC34DE
2#FC4AE2
3#FD61E5
4#FD77E9
5#FD8EED
6#FEA5F0
7#FEBBF4
8#FED2F8
9#FFE8FB
Tones
Muted variations
1#F028D2
2#E533CB
3#DA3EC3
4#CF49BB
5#C455B3
6#B960AB
7#AE6BA4
8#A3769C
9#978194
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8BEC | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4FE2 | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1DDA | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD03BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B00396 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E026B | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500145 | 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: #FFF0FD;
--magenta-100: #FEDCF9;
--magenta-200: #FEBEF4;
--magenta-300: #FD8BEC;
--magenta-400: #FC4FE2;
--magenta-500: #FC1DDA;
--magenta-600: #DD03BC;
--magenta-700: #B00396;
--magenta-800: #7E026B;
--magenta-900: #500145;
--magenta-950: #32012B;
}