Magenta
#B209D7
PinkColor Codes
All color formats for development
HEX
#B209D7RGB
rgb(178, 9, 215)HSL
hsl(289, 92%, 44%)OKLCH
oklch(0.563 0.269 318.2)CMYK
cmyk(17%, 96%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A008C2
2#8E07AC
3#7C0697
4#6B0581
5#59046C
6#470456
7#350341
8#24022B
9#120116
Tints
Lighter variations
1#C80AF3
2#CF24F6
3#D53FF7
4#DB5AF8
5#E176F9
6#E791FA
7#EDADFC
8#F3C8FD
9#F9E4FE
Tones
Muted variations
1#AB13CD
2#A51EC3
3#9E28B8
4#9732AE
5#913DA4
6#8A4799
7#84518F
8#7D5C85
9#77667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DD #F8DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1BF #F1BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | E78E #E78EFA | BordersInactive statesPlaceholder text |
| 400 | DA54 #DA54F8 | Disabled statesSecondary iconsMuted text |
| 500 | CF23 #CF23F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | B209 #B209D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8D07 #8D07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6505 #65057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4103 #41034E | Primary textHigh emphasis contentDark headings |
| 950 | 2802 #280231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FE;
--magenta-100: #F8DDFE;
--magenta-200: #F1BFFC;
--magenta-300: #E78EFA;
--magenta-400: #DA54F8;
--magenta-500: #CF23F6;
--magenta-600: #B209D7;
--magenta-700: #8D07AB;
--magenta-800: #65057A;
--magenta-900: #41034E;
--magenta-950: #280231;
}