Magenta
#E22DEB
PinkColor Codes
All color formats for development
HEX
#E22DEBRGB
rgb(226, 45, 235)HSL
hsl(297, 83%, 55%)OKLCH
oklch(0.66 0.282 326)CMYK
cmyk(4%, 81%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DD15E7
2#C413CD
3#AC11B4
4#930E9A
5#7B0C80
6#620A67
7#4A074D
8#310533
9#19021A
Tints
Lighter variations
1#E542ED
2#E857EF
3#EB6CF1
4#EE81F3
5#F096F5
6#F3ABF7
7#F6C0F9
8#F9D5FB
9#FCEAFD
Tones
Muted variations
1#D937E2
2#D140D8
3#C84ACF
4#C053C5
5#B75DBC
6#AF66B2
7#A670A9
8#9D799F
9#958396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADE #FADEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C2 #F7C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F094 #F094F5 | BordersInactive statesPlaceholder text |
| 400 | E85C #E85CF0 | Disabled statesSecondary iconsMuted text |
| 500 | E22D #E22DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | C413 #C413CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C0F #9C0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6F0B #6F0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4707 #47074B | Primary textHigh emphasis contentDark headings |
| 950 | 2D04 #2D042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF1FE;
--magenta-100: #FADEFC;
--magenta-200: #F7C2F9;
--magenta-300: #F094F5;
--magenta-400: #E85CF0;
--magenta-500: #E22DEB;
--magenta-600: #C413CD;
--magenta-700: #9C0FA3;
--magenta-800: #6F0B75;
--magenta-900: #47074B;
--magenta-950: #2D042F;
}