Magenta
#DE02DE
PinkColor Codes
All color formats for development
HEX
#DE02DERGB
rgb(222, 2, 222)HSL
hsl(300, 98%, 44%)OKLCH
oklch(0.632 0.29 328.4)CMYK
cmyk(0%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C802C8
2#B202B2
3#9C029C
4#850185
5#6F016F
6#590159
7#430143
8#2C002C
9#160016
Tints
Lighter variations
1#FA03FA
2#FD1DFD
3#FD39FD
4#FD55FD
5#FE72FE
6#FE8EFE
7#FEAAFE
8#FEC6FE
9#FFE3FF
Tones
Muted variations
1#D30DD3
2#C818C8
3#BD23BD
4#B22EB2
5#A739A7
6#9C449C
7#914F91
8#865A86
9#7B657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BFE | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EFD | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B102B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510151 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FFF0FF;
--magenta-100: #FFDCFF;
--magenta-200: #FEBDFE;
--magenta-300: #FE8BFE;
--magenta-400: #FD4EFD;
--magenta-500: #FD1CFD;
--magenta-600: #DE02DE;
--magenta-700: #B102B1;
--magenta-800: #7E017E;
--magenta-900: #510151;
--magenta-950: #320132;
}