Magenta
#B11DFC
PurpleColor Codes
All color formats for development
HEX
#B11DFCRGB
rgb(177, 29, 252)HSL
hsl(280, 97%, 55%)OKLCH
oklch(0.596 0.289 309.2)CMYK
cmyk(30%, 88%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A704F9
2#9403DD
3#8203C1
4#6F03A6
5#5D028A
6#4A026F
7#380153
8#250137
9#13001C
Tints
Lighter variations
1#B934FC
2#C14AFC
3#C961FD
4#D077FD
5#D88EFD
6#E0A5FE
7#E8BBFE
8#EFD2FE
9#F7E8FF
Tones
Muted variations
1#AE28F0
2#AA33E5
3#A63EDA
4#A349CF
5#9F55C4
6#9B60B9
7#976BAE
8#9476A3
9#908197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DC #F3DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9BE #E9BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D78B #D78BFD | BordersInactive statesPlaceholder text |
| 400 | C34F #C34FFC | Disabled statesSecondary iconsMuted text |
| 500 | B11D #B11DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 9403 #9403DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7603 #7603B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5402 #54027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3601 #360150 | Primary textHigh emphasis contentDark headings |
| 950 | 2201 #220132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FAF0FF;
--magenta-100: #F3DCFE;
--magenta-200: #E9BEFE;
--magenta-300: #D78BFD;
--magenta-400: #C34FFC;
--magenta-500: #B11DFC;
--magenta-600: #9403DD;
--magenta-700: #7603B0;
--magenta-800: #54027E;
--magenta-900: #360150;
--magenta-950: #220132;
}