Magenta
#B91DFC
PurpleColor Codes
All color formats for development
HEX
#B91DFCRGB
rgb(185, 29, 252)HSL
hsl(282, 97%, 55%)OKLCH
oklch(0.606 0.291 311.5)CMYK
cmyk(27%, 88%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AF04F9
2#9C03DD
3#8803C1
4#7503A6
5#61028A
6#4E026F
7#3A0153
8#270137
9#13001C
Tints
Lighter variations
1#C034FC
2#C74AFC
3#CE61FD
4#D577FD
5#DC8EFD
6#E3A5FE
7#EABBFE
8#F1D2FE
9#F8E8FF
Tones
Muted variations
1#B428F0
2#B033E5
3#AB3EDA
4#A749CF
5#A355C4
6#9E60B9
7#9A6BAE
8#9576A3
9#918197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DC #F4DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBBE #EBBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | DB8B #DB8BFD | BordersInactive statesPlaceholder text |
| 400 | C84F #C84FFC | Disabled statesSecondary iconsMuted text |
| 500 | B91D #B91DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 9C03 #9C03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7C03 #7C03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5802 #58027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3901 #390150 | Primary textHigh emphasis contentDark headings |
| 950 | 2301 #230132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FAF0FF;
--magenta-100: #F4DCFE;
--magenta-200: #EBBEFE;
--magenta-300: #DB8BFD;
--magenta-400: #C84FFC;
--magenta-500: #B91DFC;
--magenta-600: #9C03DD;
--magenta-700: #7C03B0;
--magenta-800: #58027E;
--magenta-900: #390150;
--magenta-950: #230132;
}