Magenta
#C01DFC
PurpleColor Codes
All color formats for development
HEX
#C01DFCRGB
rgb(192, 29, 252)HSL
hsl(284, 97%, 55%)OKLCH
oklch(0.616 0.293 313.4)CMYK
cmyk(24%, 88%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B704F9
2#A303DD
3#8F03C1
4#7A03A6
5#66028A
6#51026F
7#3D0153
8#290137
9#14001C
Tints
Lighter variations
1#C634FC
2#CD4AFC
3#D361FD
4#D977FD
5#E08EFD
6#E6A5FE
7#ECBBFE
8#F2D2FE
9#F9E8FF
Tones
Muted variations
1#BB28F0
2#B633E5
3#B13EDA
4#AB49CF
5#A655C4
6#A160B9
7#9C6BAE
8#9776A3
9#918197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DC #F5DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDBE #EDBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | DF8B #DF8BFD | BordersInactive statesPlaceholder text |
| 400 | CE4F #CE4FFC | Disabled statesSecondary iconsMuted text |
| 500 | C01D #C01DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | A303 #A303DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8203 #8203B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D02 #5D027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B01 #3B0150 | Primary textHigh emphasis contentDark headings |
| 950 | 2501 #250132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF0FF;
--magenta-100: #F5DCFE;
--magenta-200: #EDBEFE;
--magenta-300: #DF8BFD;
--magenta-400: #CE4FFC;
--magenta-500: #C01DFC;
--magenta-600: #A303DD;
--magenta-700: #8203B0;
--magenta-800: #5D027E;
--magenta-900: #3B0150;
--magenta-950: #250132;
}