Magenta
#C600E0
PinkColor Codes
All color formats for development
HEX
#C600E0RGB
rgb(198, 0, 224)HSL
hsl(293, 100%, 44%)OKLCH
oklch(0.597 0.284 321.7)CMYK
cmyk(12%, 100%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B200CA
2#9F00B4
3#8B009D
4#770087
5#630070
6#4F005A
7#3B0043
8#28002D
9#140016
Tints
Lighter variations
1#DF00FD
2#E41BFF
3#E837FF
4#EB54FF
5#EE70FF
6#F28DFF
7#F5A9FF
8#F8C6FF
9#FCE2FF
Tones
Muted variations
1#BE0BD5
2#B516CA
3#AC22BF
4#A42DB4
5#9B38A8
6#93439D
7#8A4F92
8#815A87
9#79657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDB #FBDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7BD #F7BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | F18A #F18AFF | BordersInactive statesPlaceholder text |
| 400 | EA4D #EA4DFF | Disabled statesSecondary iconsMuted text |
| 500 | E41A #E41AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | C600 #C600E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E00 #9E00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7100 #710080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4800 #480052 | Primary textHigh emphasis contentDark headings |
| 950 | 2D00 #2D0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF0FF;
--magenta-100: #FBDBFF;
--magenta-200: #F7BDFF;
--magenta-300: #F18AFF;
--magenta-400: #EA4DFF;
--magenta-500: #E41AFF;
--magenta-600: #C600E0;
--magenta-700: #9E00B3;
--magenta-800: #710080;
--magenta-900: #480052;
--magenta-950: #2D0033;
}