Magenta
#B400E0
PinkColor Codes
All color formats for development
HEX
#B400E0RGB
rgb(180, 0, 224)HSL
hsl(288, 100%, 44%)OKLCH
oklch(0.57 0.278 316.7)CMYK
cmyk(20%, 100%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A200CA
2#9000B4
3#7E009D
4#6C0087
5#5A0070
6#48005A
7#360043
8#24002D
9#120016
Tints
Lighter variations
1#CA00FD
2#D11BFF
3#D737FF
4#DD54FF
5#E270FF
6#E88DFF
7#EEA9FF
8#F4C6FF
9#F9E2FF
Tones
Muted variations
1#AD0BD5
2#A616CA
3#9F22BF
4#992DB4
5#9238A8
6#8B439D
7#844F92
8#7E5A87
9#77657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DB #F8DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2BD #F2BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | E88A #E88AFF | BordersInactive statesPlaceholder text |
| 400 | DB4D #DB4DFF | Disabled statesSecondary iconsMuted text |
| 500 | D11A #D11AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | B400 #B400E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8F00 #8F00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6600 #660080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4100 #410052 | Primary textHigh emphasis contentDark headings |
| 950 | 2900 #290033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FF;
--magenta-100: #F8DBFF;
--magenta-200: #F2BDFF;
--magenta-300: #E88AFF;
--magenta-400: #DB4DFF;
--magenta-500: #D11AFF;
--magenta-600: #B400E0;
--magenta-700: #8F00B3;
--magenta-800: #660080;
--magenta-900: #410052;
--magenta-950: #290033;
}