Magenta
#E724F5
PinkColor Codes
All color formats for development
HEX
#E724F5RGB
rgb(231, 36, 245)HSL
hsl(296, 91%, 55%)OKLCH
oklch(0.669 0.296 325)CMYK
cmyk(6%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E20BF1
2#C90AD6
3#B009BC
4#9708A1
5#7D0686
6#64056B
7#4B0450
8#320336
9#19011B
Tints
Lighter variations
1#E93AF6
2#EC50F7
3#EE66F8
4#F07BF9
5#F391FA
6#F5A7FB
7#F8BDFC
8#FAD3FD
9#FDE9FE
Tones
Muted variations
1#DE2EEA
2#D539E0
3#CC43D5
4#C34ECB
5#B958C0
6#B062B6
7#A76DAC
8#9E77A1
9#958297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDD #FBDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C0 #F8C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | F38F #F38FFA | BordersInactive statesPlaceholder text |
| 400 | EC55 #EC55F7 | Disabled statesSecondary iconsMuted text |
| 500 | E724 #E724F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | C90A #C90AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A008 #A008AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7206 #72067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4904 #49044E | Primary textHigh emphasis contentDark headings |
| 950 | 2E02 #2E0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF0FE;
--magenta-100: #FBDDFD;
--magenta-200: #F8C0FC;
--magenta-300: #F38FFA;
--magenta-400: #EC55F7;
--magenta-500: #E724F5;
--magenta-600: #C90AD6;
--magenta-700: #A008AA;
--magenta-800: #72067A;
--magenta-900: #49044E;
--magenta-950: #2E0231;
}