Magenta
#E62FE9
PinkColor Codes
All color formats for development
HEX
#E62FE9RGB
rgb(230, 47, 233)HSL
hsl(299, 81%, 55%)OKLCH
oklch(0.665 0.281 327.4)CMYK
cmyk(1%, 80%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E118E4
2#C815CB
3#AF13B2
4#961098
5#7D0D7F
6#640B66
7#4B084C
8#320533
9#190319
Tints
Lighter variations
1#E944EB
2#EB59EE
3#EE6EF0
4#F082F2
5#F397F4
6#F5ACF6
7#F8C1F8
8#FAD5FB
9#FDEAFD
Tones
Muted variations
1#DD39E0
2#D442D7
3#CB4BCD
4#C254C4
5#B95EBB
6#B067B1
7#A770A8
8#9E7A9F
9#958396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F295 #F295F4 | BordersInactive statesPlaceholder text |
| 400 | EC5D #EC5DEE | Disabled statesSecondary iconsMuted text |
| 500 | E62F #E62FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | C815 #C815CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F11 #9F11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720C #720C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49084A | Primary textHigh emphasis contentDark headings |
| 950 | 2D05 #2D052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF1FE;
--magenta-100: #FBDFFC;
--magenta-200: #F8C3F9;
--magenta-300: #F295F4;
--magenta-400: #EC5DEE;
--magenta-500: #E62FE9;
--magenta-600: #C815CB;
--magenta-700: #9F11A2;
--magenta-800: #720C73;
--magenta-900: #49084A;
--magenta-950: #2D052E;
}