Magenta
#C00CD4
PinkColor Codes
All color formats for development
HEX
#C00CD4RGB
rgb(192, 12, 212)HSL
hsl(294, 89%, 44%)OKLCH
oklch(0.582 0.271 323)CMYK
cmyk(9%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AD0BBF
2#9A0AAA
3#860994
4#73077F
5#60066A
6#4D0555
7#3A0440
8#26022A
9#130115
Tints
Lighter variations
1#D90EEF
2#DE27F2
3#E242F4
4#E65DF6
5#EA78F7
6#EF93F9
7#F3AEFA
8#F7C9FC
9#FBE4FD
Tones
Muted variations
1#B816CA
2#B020C0
3#A82AB6
4#A034AC
5#983EA2
6#904898
7#88528E
8#805C84
9#78667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADD #FADDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5C0 #F5C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | EE90 #EE90F9 | BordersInactive statesPlaceholder text |
| 400 | E556 #E556F5 | Disabled statesSecondary iconsMuted text |
| 500 | DE26 #DE26F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | C00C #C00CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 990A #990AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6D07 #6D0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4604 #46044D | Primary textHigh emphasis contentDark headings |
| 950 | 2C03 #2C0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF1FE;
--magenta-100: #FADDFD;
--magenta-200: #F5C0FB;
--magenta-300: #EE90F9;
--magenta-400: #E556F5;
--magenta-500: #DE26F2;
--magenta-600: #C00CD4;
--magenta-700: #990AA9;
--magenta-800: #6D0778;
--magenta-900: #46044D;
--magenta-950: #2C0330;
}