Magenta
#B307DA
PinkColor Codes
All color formats for development
HEX
#B307DARGB
rgb(179, 7, 218)HSL
hsl(289, 94%, 44%)OKLCH
oklch(0.566 0.272 317.8)CMYK
cmyk(18%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A106C4
2#8F05AE
3#7D0598
4#6B0483
5#59036D
6#480357
7#360241
8#24012C
9#120116
Tints
Lighter variations
1#CA08F5
2#D121F8
3#D73DF9
4#DC59FA
5#E274FB
6#E890FC
7#EEACFC
8#F3C8FD
9#F9E3FE
Tones
Muted variations
1#AC11CF
2#A61CC5
3#9F26BA
4#9831AF
5#923BA5
6#8B469A
7#845190
8#7E5B85
9#77667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DC #F8DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2BF #F2BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E78D #E78DFB | BordersInactive statesPlaceholder text |
| 400 | DB52 #DB52FA | Disabled statesSecondary iconsMuted text |
| 500 | D120 #D120F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | B307 #B307DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8E05 #8E05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6604 #66047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4102 #41024F | 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: #FCF0FF;
--magenta-100: #F8DCFE;
--magenta-200: #F2BFFD;
--magenta-300: #E78DFB;
--magenta-400: #DB52FA;
--magenta-500: #D120F8;
--magenta-600: #B307DA;
--magenta-700: #8E05AD;
--magenta-800: #66047C;
--magenta-900: #41024F;
--magenta-950: #290231;
}