Magenta
#E333E6
PinkColor Codes
All color formats for development
HEX
#E333E6RGB
rgb(227, 51, 230)HSL
hsl(299, 78%, 55%)OKLCH
oklch(0.662 0.274 327.4)CMYK
cmyk(1%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DD1CE1
2#C519C8
3#AC16AF
4#941396
5#7B0F7D
6#620C64
7#4A094B
8#310632
9#190319
Tints
Lighter variations
1#E647E8
2#E85CEB
3#EB70ED
4#EE84F0
5#F199F2
6#F4ADF5
7#F7C2F7
8#F9D6FA
9#FCEBFC
Tones
Muted variations
1#DA3CDD
2#D145D4
3#C94ECB
4#C057C2
5#B85FB9
6#AF68B0
7#A671A7
8#9E7A9E
9#958395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C4 #F7C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F197 #F197F2 | BordersInactive statesPlaceholder text |
| 400 | E960 #E960EB | Disabled statesSecondary iconsMuted text |
| 500 | E333 #E333E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | C519 #C519C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D14 #9D149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700E #700E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4809 #480949 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF1FD;
--magenta-100: #FBDFFB;
--magenta-200: #F7C4F8;
--magenta-300: #F197F2;
--magenta-400: #E960EB;
--magenta-500: #E333E6;
--magenta-600: #C519C8;
--magenta-700: #9D149F;
--magenta-800: #700E71;
--magenta-900: #480949;
--magenta-950: #2D062D;
}