Magenta
#FC1DE9
PinkColor Codes
All color formats for development
HEX
#FC1DE9RGB
rgb(252, 29, 233)HSL
hsl(305, 97%, 55%)OKLCH
oklch(0.69 0.3 332.6)CMYK
cmyk(0%, 88%, 8%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F904E4
2#DD03CB
3#C103B2
4#A60398
5#8A027F
6#6F0265
7#53014C
8#370133
9#1C0019
Tints
Lighter variations
1#FC34EB
2#FC4AED
3#FD61F0
4#FD77F2
5#FD8EF4
6#FEA5F6
7#FEBBF8
8#FED2FB
9#FFE8FD
Tones
Muted variations
1#F028E0
2#E533D6
3#DA3ECD
4#CF49C4
5#C455BB
6#B960B1
7#AE6BA8
8#A3769F
9#978196
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8BF4 | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4FEE | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1DE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD03CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B003A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E0273 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #50014A | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FFF0FE;
--magenta-100: #FEDCFC;
--magenta-200: #FEBEF9;
--magenta-300: #FD8BF4;
--magenta-400: #FC4FEE;
--magenta-500: #FC1DE9;
--magenta-600: #DD03CB;
--magenta-700: #B003A1;
--magenta-800: #7E0273;
--magenta-900: #50014A;
--magenta-950: #32012E;
}