Magenta
#CC1CFD
PinkColor Codes
All color formats for development
HEX
#CC1CFDRGB
rgb(204, 28, 253)HSL
hsl(287, 98%, 55%)OKLCH
oklch(0.632 0.297 316.5)CMYK
cmyk(19%, 89%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C403FA
2#AF02DE
3#9902C2
4#8302A7
5#6D018B
6#57016F
7#410153
8#2C0138
9#16001C
Tints
Lighter variations
1#D133FD
2#D649FD
3#DB60FD
4#E077FE
5#E58DFE
6#EBA4FE
7#F0BBFE
8#F5D2FF
9#FAE8FF
Tones
Muted variations
1#C627F1
2#BF32E6
3#B93EDB
4#B249D0
5#AC54C4
6#A65FB9
7#9F6BAE
8#9976A3
9#938197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DC #F7DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0BD #F0BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E58B #E58BFE | BordersInactive statesPlaceholder text |
| 400 | D74E #D74EFD | Disabled statesSecondary iconsMuted text |
| 500 | CC1C #CC1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | AF02 #AF02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8B02 #8B02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6301 #63017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F01 #3F0151 | Primary textHigh emphasis contentDark headings |
| 950 | 2801 #280132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FF;
--magenta-100: #F7DCFF;
--magenta-200: #F0BDFE;
--magenta-300: #E58BFE;
--magenta-400: #D74EFD;
--magenta-500: #CC1CFD;
--magenta-600: #AF02DE;
--magenta-700: #8B02B1;
--magenta-800: #63017E;
--magenta-900: #3F0151;
--magenta-950: #280132;
}