Magenta
#B410D1
PinkColor Codes
All color formats for development
HEX
#B410D1RGB
rgb(180, 16, 209)HSL
hsl(291, 86%, 44%)OKLCH
oklch(0.563 0.263 320.2)CMYK
cmyk(14%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A20EBC
2#900DA7
3#7E0B92
4#6C097D
5#5A0868
6#480653
7#36053F
8#24032A
9#120215
Tints
Lighter variations
1#CB12EB
2#D22BEF
3#D745F1
4#DD60F3
5#E37AF5
6#E895F7
7#EEAFF9
8#F4CAFB
9#F9E4FD
Tones
Muted variations
1#AD19C7
2#A623BD
3#9F2DB4
4#9936AA
5#9240A0
6#8B4A97
7#84538D
8#7E5D83
9#77677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DE #F8DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C1 #F2C1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E892 #E892F7 | BordersInactive statesPlaceholder text |
| 400 | DB59 #DB59F3 | Disabled statesSecondary iconsMuted text |
| 500 | D12A #D12AEF | Primary brand colorCTAsActive elementsLinks |
| 600 | B410 #B410D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8F0C #8F0CA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6609 #660977 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4106 #41064C | Primary textHigh emphasis contentDark headings |
| 950 | 2904 #29042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF1FE;
--magenta-100: #F8DEFD;
--magenta-200: #F2C1FA;
--magenta-300: #E892F7;
--magenta-400: #DB59F3;
--magenta-500: #D12AEF;
--magenta-600: #B410D1;
--magenta-700: #8F0CA6;
--magenta-800: #660977;
--magenta-900: #41064C;
--magenta-950: #29042F;
}