Magenta
#E92FE6
PinkColor Codes
All color formats for development
HEX
#E92FE6RGB
rgb(233, 47, 230)HSL
hsl(301, 81%, 55%)OKLCH
oklch(0.668 0.28 328.9)CMYK
cmyk(0%, 80%, 1%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E418E1
2#CB15C8
3#B213AF
4#981096
5#7F0D7D
6#660B64
7#4C084B
8#330532
9#190319
Tints
Lighter variations
1#EB44E9
2#EE59EB
3#F06EEE
4#F282F0
5#F497F3
6#F6ACF5
7#F8C1F8
8#FBD5FA
9#FDEAFD
Tones
Muted variations
1#E039DD
2#D742D4
3#CD4BCB
4#C454C2
5#BB5EB9
6#B167B0
7#A870A7
8#9F7A9E
9#968395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F495 #F495F2 | BordersInactive statesPlaceholder text |
| 400 | EE5D #EE5DEC | Disabled statesSecondary iconsMuted text |
| 500 | E92F #E92FE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | CB15 #CB15C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A211 #A2119F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730C #730C72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A08 #4A0849 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E052D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF1FD;
--magenta-100: #FCDFFB;
--magenta-200: #F9C3F8;
--magenta-300: #F495F2;
--magenta-400: #EE5DEC;
--magenta-500: #E92FE6;
--magenta-600: #CB15C8;
--magenta-700: #A2119F;
--magenta-800: #730C72;
--magenta-900: #4A0849;
--magenta-950: #2E052D;
}