Magenta
#DE1DFC
PinkColor Codes
All color formats for development
HEX
#DE1DFCRGB
rgb(222, 29, 252)HSL
hsl(292, 97%, 55%)OKLCH
oklch(0.657 0.302 321.3)CMYK
cmyk(12%, 88%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D804F9
2#C003DD
3#A803C1
4#9003A6
5#78028A
6#60026F
7#480153
8#300137
9#18001C
Tints
Lighter variations
1#E134FC
2#E54AFC
3#E861FD
4#EB77FD
5#EE8EFD
6#F2A5FE
7#F5BBFE
8#F8D2FE
9#FCE8FF
Tones
Muted variations
1#D628F0
2#CE33E5
3#C53EDA
4#BD49CF
5#B555C4
6#AD60B9
7#A56BAE
8#9D76A3
9#948197
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 | F5BE #F5BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | EE8B #EE8BFD | BordersInactive statesPlaceholder text |
| 400 | E54F #E54FFC | Disabled statesSecondary iconsMuted text |
| 500 | DE1D #DE1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | C003 #C003DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9903 #9903B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6D02 #6D027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4601 #460150 | Primary textHigh emphasis contentDark headings |
| 950 | 2C01 #2C0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF0FF;
--magenta-100: #FADCFE;
--magenta-200: #F5BEFE;
--magenta-300: #EE8BFD;
--magenta-400: #E54FFC;
--magenta-500: #DE1DFC;
--magenta-600: #C003DD;
--magenta-700: #9903B0;
--magenta-800: #6D027E;
--magenta-900: #460150;
--magenta-950: #2C0132;
}