Magenta
#DE02CF
PinkColor Codes
All color formats for development
HEX
#DE02CFRGB
rgb(222, 2, 207)HSL
hsl(304, 98%, 44%)OKLCH
oklch(0.624 0.281 332.1)CMYK
cmyk(0%, 99%, 7%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C802BB
2#B202A6
3#9C0291
4#85017C
5#6F0168
6#590153
7#43013E
8#2C0029
9#160015
Tints
Lighter variations
1#FA03EA
2#FD1DEE
3#FD39F0
4#FD55F2
5#FE72F4
6#FE8EF6
7#FEAAF9
8#FEC6FB
9#FFE3FD
Tones
Muted variations
1#D30DC6
2#C818BC
3#BD23B3
4#B22EA9
5#A739A0
6#9C4496
7#914F8D
8#865A83
9#7B657A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDFA | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BF6 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EF2 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CEE | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE02CF | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B102A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0176 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #51014B | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FFF0FE;
--magenta-100: #FFDCFC;
--magenta-200: #FEBDFA;
--magenta-300: #FE8BF6;
--magenta-400: #FD4EF2;
--magenta-500: #FD1CEE;
--magenta-600: #DE02CF;
--magenta-700: #B102A5;
--magenta-800: #7E0176;
--magenta-900: #51014B;
--magenta-950: #32012F;
}