Magenta
#B20DD3
PinkColor Codes
All color formats for development
HEX
#B20DD3RGB
rgb(178, 13, 211)HSL
hsl(290, 88%, 44%)OKLCH
oklch(0.561 0.265 319.2)CMYK
cmyk(16%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A00CBE
2#8E0BA9
3#7D0994
4#6B087F
5#590769
6#470554
7#35043F
8#24032A
9#120115
Tints
Lighter variations
1#C90FEE
2#D028F1
3#D643F3
4#DC5EF5
5#E179F6
6#E794F8
7#EDAEFA
8#F3C9FC
9#F9E4FD
Tones
Muted variations
1#AB17C9
2#A521BF
3#9E2BB5
4#9835AB
5#913FA2
6#8B4998
7#84538E
8#7D5C84
9#77667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DD #F8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C1 #F1C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E791 #E791F8 | BordersInactive statesPlaceholder text |
| 400 | DA57 #DA57F4 | Disabled statesSecondary iconsMuted text |
| 500 | D027 #D027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | B20D #B20DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8E0B #8E0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6508 #650878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4105 #41054D | Primary textHigh emphasis contentDark headings |
| 950 | 2803 #280330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF1FE;
--magenta-100: #F8DDFD;
--magenta-200: #F1C1FB;
--magenta-300: #E791F8;
--magenta-400: #DA57F4;
--magenta-500: #D027F1;
--magenta-600: #B20DD3;
--magenta-700: #8E0BA8;
--magenta-800: #650878;
--magenta-900: #41054D;
--magenta-950: #280330;
}