Magenta
#B404DC
PinkColor Codes
All color formats for development
HEX
#B404DCRGB
rgb(180, 4, 220)HSL
hsl(289, 96%, 44%)OKLCH
oklch(0.568 0.275 317.6)CMYK
cmyk(18%, 98%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A204C6
2#9004B0
3#7E039A
4#6C0384
5#5A026E
6#480258
7#360142
8#24012C
9#120016
Tints
Lighter variations
1#CB05F8
2#D21FFA
3#D83BFB
4#DD57FC
5#E373FC
6#E98FFD
7#EEABFD
8#F4C7FE
9#F9E3FE
Tones
Muted variations
1#AE0FD1
2#A71AC6
3#A025BC
4#9930B1
5#923AA6
6#8B459B
7#855091
8#7E5B86
9#77657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DC #F8DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2BE #F2BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E88C #E88CFD | BordersInactive statesPlaceholder text |
| 400 | DC50 #DC50FB | Disabled statesSecondary iconsMuted text |
| 500 | D21E #D21EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | B404 #B404DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9004 #9004AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6703 #67037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4202 #420250 | Primary textHigh emphasis contentDark headings |
| 950 | 2901 #290132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FF;
--magenta-100: #F8DCFE;
--magenta-200: #F2BEFE;
--magenta-300: #E88CFD;
--magenta-400: #DC50FB;
--magenta-500: #D21EFA;
--magenta-600: #B404DC;
--magenta-700: #9004AF;
--magenta-800: #67037D;
--magenta-900: #420250;
--magenta-950: #290132;
}