Magenta
#B809D7
PinkColor Codes
All color formats for development
HEX
#B809D7RGB
rgb(184, 9, 215)HSL
hsl(291, 92%, 44%)OKLCH
oklch(0.572 0.271 320)CMYK
cmyk(14%, 96%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A608C2
2#9407AC
3#810697
4#6F0581
5#5C046C
6#4A0456
7#370341
8#25022B
9#120116
Tints
Lighter variations
1#D00AF3
2#D624F6
3#DB3FF7
4#E05AF8
5#E676F9
6#EB91FA
7#F0ADFC
8#F5C8FD
9#FAE4FE
Tones
Muted variations
1#B113CD
2#AA1EC3
3#A328B8
4#9C32AE
5#943DA4
6#8D4799
7#86518F
8#7F5C85
9#77667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DD #F9DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3BF #F3BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | EA8E #EA8EFA | BordersInactive statesPlaceholder text |
| 400 | DF54 #DF54F8 | Disabled statesSecondary iconsMuted text |
| 500 | D623 #D623F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | B809 #B809D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9307 #9307AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6905 #69057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4303 #43034E | Primary textHigh emphasis contentDark headings |
| 950 | 2A02 #2A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FE;
--magenta-100: #F9DDFE;
--magenta-200: #F3BFFC;
--magenta-300: #EA8EFA;
--magenta-400: #DF54F8;
--magenta-500: #D623F6;
--magenta-600: #B809D7;
--magenta-700: #9307AB;
--magenta-800: #69057A;
--magenta-900: #43034E;
--magenta-950: #2A0231;
}