Magenta
#B40BD5
PinkColor Codes
All color formats for development
HEX
#B40BD5RGB
rgb(180, 11, 213)HSL
hsl(290, 90%, 44%)OKLCH
oklch(0.565 0.268 319.3)CMYK
cmyk(15%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A20AC0
2#9009AB
3#7E0895
4#6C0780
5#5A066B
6#480455
7#360340
8#24022B
9#120115
Tints
Lighter variations
1#CA0DF0
2#D126F4
3#D741F5
4#DD5CF6
5#E277F8
6#E892F9
7#EEAEFB
8#F4C9FC
9#F9E4FE
Tones
Muted variations
1#AD15CB
2#A61FC1
3#9F2AB7
4#9934AD
5#923EA3
6#8B4899
7#84528E
8#7E5C84
9#77667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DD #F8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C0 #F2C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | E890 #E890F9 | BordersInactive statesPlaceholder text |
| 400 | DB55 #DB55F6 | Disabled statesSecondary iconsMuted text |
| 500 | D125 #D125F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | B40B #B40BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8F09 #8F09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6606 #660679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4104 #41044E | Primary textHigh emphasis contentDark headings |
| 950 | 2903 #290330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FE;
--magenta-100: #F8DDFD;
--magenta-200: #F2C0FC;
--magenta-300: #E890F9;
--magenta-400: #DB55F6;
--magenta-500: #D125F4;
--magenta-600: #B40BD5;
--magenta-700: #8F09AA;
--magenta-800: #660679;
--magenta-900: #41044E;
--magenta-950: #290330;
}