Magenta
#B707DA
PinkColor Codes
All color formats for development
HEX
#B707DARGB
rgb(183, 7, 218)HSL
hsl(290, 94%, 44%)OKLCH
oklch(0.572 0.273 319)CMYK
cmyk(16%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A406C4
2#9205AE
3#800598
4#6E0483
5#5B036D
6#490357
7#370241
8#25012C
9#120116
Tints
Lighter variations
1#CE08F5
2#D421F8
3#DA3DF9
4#DF59FA
5#E474FB
6#EA90FC
7#EFACFC
8#F4C8FD
9#FAE3FE
Tones
Muted variations
1#AF11CF
2#A81CC5
3#A126BA
4#9A31AF
5#933BA5
6#8C469A
7#855190
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 | F3BF #F3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E98D #E98DFB | BordersInactive statesPlaceholder text |
| 400 | DE52 #DE52FA | Disabled statesSecondary iconsMuted text |
| 500 | D420 #D420F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | B707 #B707DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9105 #9105AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6804 #68047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4202 #42024F | 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: #F3BFFD;
--magenta-300: #E98DFB;
--magenta-400: #DE52FA;
--magenta-500: #D420F8;
--magenta-600: #B707DA;
--magenta-700: #9105AD;
--magenta-800: #68047C;
--magenta-900: #42024F;
--magenta-950: #290231;
}