Magenta
#E222F7
PinkColor Codes
All color formats for development
HEX
#E222F7RGB
rgb(226, 34, 247)HSL
hsl(294, 93%, 55%)OKLCH
oklch(0.662 0.297 323.3)CMYK
cmyk(9%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DC09F4
2#C408D9
3#AB07BD
4#9306A2
5#7A0587
6#62046C
7#490351
8#310236
9#18011B
Tints
Lighter variations
1#E538F8
2#E74EF9
3#EA64F9
4#ED7AFA
5#F090FB
6#F3A6FC
7#F6BDFD
8#F9D3FD
9#FCE9FE
Tones
Muted variations
1#D92CEC
2#D137E2
3#C842D7
4#BF4CCC
5#B757C2
6#AE62B7
7#A66CAC
8#9D77A2
9#958297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADD #FADDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7BF #F7BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | F08E #F08EFB | BordersInactive statesPlaceholder text |
| 400 | E853 #E853F9 | Disabled statesSecondary iconsMuted text |
| 500 | E222 #E222F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | C408 #C408D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C06 #9C06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6F04 #6F047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4703 #47034F | Primary textHigh emphasis contentDark headings |
| 950 | 2C02 #2C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF0FE;
--magenta-100: #FADDFE;
--magenta-200: #F7BFFD;
--magenta-300: #F08EFB;
--magenta-400: #E853F9;
--magenta-500: #E222F7;
--magenta-600: #C408D9;
--magenta-700: #9C06AC;
--magenta-800: #6F047B;
--magenta-900: #47034F;
--magenta-950: #2C0231;
}