Magenta
#E31FF9
PinkColor Codes
All color formats for development
HEX
#E31FF9RGB
rgb(227, 31, 249)HSL
hsl(294, 95%, 55%)OKLCH
oklch(0.663 0.3 323.2)CMYK
cmyk(9%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DE06F6
2#C506DB
3#AD05BF
4#9404A4
5#7B0489
6#63036D
7#4A0252
8#310137
9#19011B
Tints
Lighter variations
1#E636FA
2#E94CFA
3#EC62FB
4#EE79FC
5#F18FFC
6#F4A5FD
7#F7BCFD
8#F9D2FE
9#FCE9FE
Tones
Muted variations
1#DB2AEE
2#D235E3
3#C940D9
4#C14BCE
5#B856C3
6#AF61B8
7#A66CAD
8#9E76A2
9#958197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDC #FBDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7BE #F7BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | F18D #F18DFC | BordersInactive statesPlaceholder text |
| 400 | EA51 #EA51FB | Disabled statesSecondary iconsMuted text |
| 500 | E31F #E31FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | C506 #C506DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D04 #9D04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7003 #70037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4802 #480250 | Primary textHigh emphasis contentDark headings |
| 950 | 2D01 #2D0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF0FF;
--magenta-100: #FBDCFE;
--magenta-200: #F7BEFD;
--magenta-300: #F18DFC;
--magenta-400: #EA51FB;
--magenta-500: #E31FF9;
--magenta-600: #C506DB;
--magenta-700: #9D04AE;
--magenta-800: #70037C;
--magenta-900: #480250;
--magenta-950: #2D0132;
}