Magenta
#DF20F8
PinkColor Codes
All color formats for development
HEX
#DF20F8RGB
rgb(223, 32, 248)HSL
hsl(293, 94%, 55%)OKLCH
oklch(0.657 0.298 322.4)CMYK
cmyk(10%, 87%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D908F5
2#C107DA
3#A906BE
4#9105A3
5#790488
6#61036D
7#480352
8#300236
9#18011B
Tints
Lighter variations
1#E237F9
2#E54DF9
3#E963FA
4#EC79FB
5#EF90FC
6#F2A6FC
7#F5BCFD
8#F9D2FE
9#FCE9FE
Tones
Muted variations
1#D72BED
2#CE36E3
3#C641D8
4#BE4CCD
5#B656C2
6#AD61B7
7#A56CAD
8#9D77A2
9#958197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADC #FADCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6BF #F6BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | EF8D #EF8DFB | BordersInactive statesPlaceholder text |
| 400 | E652 #E652FA | Disabled statesSecondary iconsMuted text |
| 500 | DF20 #DF20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | C107 #C107DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A05 #9A05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E04 #6E047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4602 #46024F | 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: #FDF0FF;
--magenta-100: #FADCFE;
--magenta-200: #F6BFFD;
--magenta-300: #EF8DFB;
--magenta-400: #E652FA;
--magenta-500: #DF20F8;
--magenta-600: #C107DA;
--magenta-700: #9A05AD;
--magenta-800: #6E047C;
--magenta-900: #46024F;
--magenta-950: #2C0231;
}