Magenta
#DC04DC
PinkColor Codes
All color formats for development
HEX
#DC04DCRGB
rgb(220, 4, 220)HSL
hsl(300, 96%, 44%)OKLCH
oklch(0.628 0.288 328.4)CMYK
cmyk(0%, 98%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C604C6
2#B004B0
3#9A039A
4#840384
5#6E026E
6#580258
7#420142
8#2C012C
9#160016
Tints
Lighter variations
1#F805F8
2#FA1FFA
3#FB3BFB
4#FC57FC
5#FC73FC
6#FD8FFD
7#FDABFD
8#FEC7FE
9#FEE3FE
Tones
Muted variations
1#D10FD1
2#C61AC6
3#BC25BC
4#B130B1
5#A63AA6
6#9B459B
7#915091
8#865B86
9#7B657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CFD | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50FB | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500250 | 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: #FEDCFE;
--magenta-200: #FEBEFE;
--magenta-300: #FD8CFD;
--magenta-400: #FB50FB;
--magenta-500: #FA1EFA;
--magenta-600: #DC04DC;
--magenta-700: #AF04AF;
--magenta-800: #7D037D;
--magenta-900: #500250;
--magenta-950: #320132;
}