Magenta
#B509D7
PinkColor Codes
All color formats for development
HEX
#B509D7RGB
rgb(181, 9, 215)HSL
hsl(290, 92%, 44%)OKLCH
oklch(0.567 0.27 319.1)CMYK
cmyk(16%, 96%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A308C2
2#9107AC
3#7F0697
4#6D0581
5#5B046C
6#480456
7#360341
8#24022B
9#120116
Tints
Lighter variations
1#CC0AF3
2#D324F6
3#D83FF7
4#DE5AF8
5#E376F9
6#E991FA
7#EEADFC
8#F4C8FD
9#F9E4FE
Tones
Muted variations
1#AE13CD
2#A71EC3
3#A028B8
4#9932AE
5#933DA4
6#8C4799
7#85518F
8#7E5C85
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 | F2BF #F2BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | E88E #E88EFA | BordersInactive statesPlaceholder text |
| 400 | DC54 #DC54F8 | Disabled statesSecondary iconsMuted text |
| 500 | D323 #D323F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | B509 #B509D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9007 #9007AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6705 #67057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4203 #42034E | Primary textHigh emphasis contentDark headings |
| 950 | 2902 #290231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FE;
--magenta-100: #F8DDFE;
--magenta-200: #F2BFFC;
--magenta-300: #E88EFA;
--magenta-400: #DC54F8;
--magenta-500: #D323F6;
--magenta-600: #B509D7;
--magenta-700: #9007AB;
--magenta-800: #67057A;
--magenta-900: #42034E;
--magenta-950: #290231;
}