Magenta
#B908D9
PinkColor Codes
All color formats for development
HEX
#B908D9RGB
rgb(185, 8, 217)HSL
hsl(291, 93%, 44%)OKLCH
oklch(0.574 0.273 319.8)CMYK
cmyk(15%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A707C3
2#9406AD
3#820598
4#6F0582
5#5D046C
6#4A0357
7#380241
8#25022B
9#130116
Tints
Lighter variations
1#D109F4
2#D723F7
3#DC3EF8
4#E15AF9
5#E675FA
6#EB91FB
7#F0ACFC
8#F5C8FD
9#FAE3FE
Tones
Muted variations
1#B212CE
2#AB1DC4
3#A327B9
4#9C32AF
5#953CA4
6#8D469A
7#865190
8#7F5B85
9#78667B
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 #F3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | EB8E #EB8EFB | BordersInactive statesPlaceholder text |
| 400 | E053 #E053F9 | Disabled statesSecondary iconsMuted text |
| 500 | D722 #D722F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | B908 #B908D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9306 #9306AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6904 #69047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4303 #43034F | 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: #F3BFFD;
--magenta-300: #EB8EFB;
--magenta-400: #E053F9;
--magenta-500: #D722F7;
--magenta-600: #B908D9;
--magenta-700: #9306AC;
--magenta-800: #69047B;
--magenta-900: #43034F;
--magenta-950: #2A0231;
}