Magenta
#C107DA
PinkColor Codes
All color formats for development
HEX
#C107DARGB
rgb(193, 7, 218)HSL
hsl(293, 94%, 44%)OKLCH
oklch(0.587 0.276 321.8)CMYK
cmyk(11%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AE06C4
2#9A05AE
3#870598
4#740483
5#61036D
6#4D0357
7#3A0241
8#27012C
9#130116
Tints
Lighter variations
1#DA08F5
2#DF21F8
3#E33DF9
4#E759FA
5#EB74FB
6#EF90FC
7#F3ACFC
8#F7C8FD
9#FBE3FE
Tones
Muted variations
1#B911CF
2#B11CC5
3#A926BA
4#A131AF
5#993BA5
6#91469A
7#885190
8#805B85
9#78667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADC #FADCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6BF #F6BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | EF8D #EF8DFB | BordersInactive statesPlaceholder text |
| 400 | E652 #E652FA | Disabled statesSecondary iconsMuted text |
| 500 | DF20 #DF20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | C107 #C107DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A05 #9A05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E04 #6E047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4602 #46024F | Primary textHigh emphasis contentDark headings |
| 950 | 2C02 #2C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF0FF;
--magenta-100: #FADCFE;
--magenta-200: #F6BFFD;
--magenta-300: #EF8DFB;
--magenta-400: #E652FA;
--magenta-500: #DF20F8;
--magenta-600: #C107DA;
--magenta-700: #9A05AD;
--magenta-800: #6E047C;
--magenta-900: #46024F;
--magenta-950: #2C0231;
}