Magenta
#C12AEF
PinkColor Codes
All color formats for development
HEX
#C12AEFRGB
rgb(193, 42, 239)HSL
hsl(286, 86%, 55%)OKLCH
oklch(0.614 0.276 316.2)CMYK
cmyk(19%, 82%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B812EB
2#A410D1
3#8F0EB7
4#7B0C9D
5#660A82
6#520868
7#3D064E
8#290434
9#14021A
Tints
Lighter variations
1#C73FF1
2#CD54F2
3#D46AF4
4#DA7FF5
5#E094F7
6#E6AAF9
7#ECBFFA
8#F3D4FC
9#F9EAFD
Tones
Muted variations
1#BC33E5
2#B63DDB
3#B147D1
4#AC51C7
5#A75BBE
6#A165B4
7#9C6FAA
8#9779A0
9#928296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DE #F5DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC1 #EDC1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | DF92 #DF92F7 | BordersInactive statesPlaceholder text |
| 400 | CF59 #CF59F3 | Disabled statesSecondary iconsMuted text |
| 500 | C12A #C12AEF | Primary brand colorCTAsActive elementsLinks |
| 600 | A410 #A410D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 820C #820CA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D09 #5D0977 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C06 #3C064C | Primary textHigh emphasis contentDark headings |
| 950 | 2504 #25042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF1FE;
--magenta-100: #F5DEFD;
--magenta-200: #EDC1FA;
--magenta-300: #DF92F7;
--magenta-400: #CF59F3;
--magenta-500: #C12AEF;
--magenta-600: #A410D1;
--magenta-700: #820CA6;
--magenta-800: #5D0977;
--magenta-900: #3C064C;
--magenta-950: #25042F;
}