Magenta
#DE02C8
PinkColor Codes
All color formats for development
HEX
#DE02C8RGB
rgb(222, 2, 200)HSL
hsl(306, 98%, 44%)OKLCH
oklch(0.62 0.276 334)CMYK
cmyk(0%, 99%, 10%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C802B4
2#B202A0
3#9C028C
4#850178
5#6F0164
6#590150
7#43013C
8#2C0028
9#160014
Tints
Lighter variations
1#FA03E2
2#FD1DE6
3#FD39E9
4#FD55EC
5#FE72F0
6#FE8EF3
7#FEAAF6
8#FEC6F9
9#FFE3FC
Tones
Muted variations
1#D30DBF
2#C818B7
3#BD23AE
4#B22EA5
5#A7399C
6#9C4493
7#914F8B
8#865A82
9#7B6579
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BF2 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EEC | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE02C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B1029F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0172 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510149 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FFF0FD;
--magenta-100: #FFDCFB;
--magenta-200: #FEBDF8;
--magenta-300: #FE8BF2;
--magenta-400: #FD4EEC;
--magenta-500: #FD1CE6;
--magenta-600: #DE02C8;
--magenta-700: #B1029F;
--magenta-800: #7E0172;
--magenta-900: #510149;
--magenta-950: #32012D;
}