Magenta
#C11CFD
PurpleColor Codes
All color formats for development
HEX
#C11CFDRGB
rgb(193, 28, 253)HSL
hsl(284, 98%, 55%)OKLCH
oklch(0.617 0.294 313.5)CMYK
cmyk(24%, 89%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B803FA
2#A402DE
3#8F02C2
4#7B02A7
5#66018B
6#52016F
7#3D0153
8#290138
9#14001C
Tints
Lighter variations
1#C733FD
2#CD49FD
3#D360FD
4#DA77FE
5#E08DFE
6#E6A4FE
7#ECBBFE
8#F3D2FF
9#F9E8FF
Tones
Muted variations
1#BB27F1
2#B632E6
3#B13EDB
4#AC49D0
5#A654C4
6#A15FB9
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 #F5DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDBD #EDBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | DF8B #DF8BFE | BordersInactive statesPlaceholder text |
| 400 | CF4E #CF4EFD | Disabled statesSecondary iconsMuted text |
| 500 | C11C #C11CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | A402 #A402DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8202 #8202B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D01 #5D017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B01 #3B0151 | 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: #F5DCFF;
--magenta-200: #EDBDFE;
--magenta-300: #DF8BFE;
--magenta-400: #CF4EFD;
--magenta-500: #C11CFD;
--magenta-600: #A402DE;
--magenta-700: #8202B1;
--magenta-800: #5D017E;
--magenta-900: #3B0151;
--magenta-950: #250132;
}