Magenta
#B406DB
PinkColor Codes
All color formats for development
HEX
#B406DBRGB
rgb(180, 6, 219)HSL
hsl(289, 95%, 44%)OKLCH
oklch(0.568 0.273 317.8)CMYK
cmyk(18%, 97%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A205C5
2#9004AF
3#7E0499
4#6C0383
5#5A036D
6#480258
7#360242
8#24012C
9#120116
Tints
Lighter variations
1#CB06F7
2#D120F9
3#D73CFA
4#DD58FB
5#E374FB
6#E890FC
7#EEABFD
8#F4C7FE
9#F9E3FE
Tones
Muted variations
1#AD10D0
2#A61BC5
3#9F26BB
4#9930B0
5#923BA5
6#8B469B
7#845090
8#7E5B86
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 | F2BE #F2BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E88D #E88DFC | BordersInactive statesPlaceholder text |
| 400 | DB51 #DB51FB | Disabled statesSecondary iconsMuted text |
| 500 | D11F #D11FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | B406 #B406DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8F04 #8F04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6603 #66037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4102 #410250 | Primary textHigh emphasis contentDark headings |
| 950 | 2901 #290132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FF;
--magenta-100: #F8DCFE;
--magenta-200: #F2BEFD;
--magenta-300: #E88DFC;
--magenta-400: #DB51FB;
--magenta-500: #D11FF9;
--magenta-600: #B406DB;
--magenta-700: #8F04AE;
--magenta-800: #66037C;
--magenta-900: #410250;
--magenta-950: #290132;
}