Magenta
#B11FF9
PurpleColor Codes
All color formats for development
HEX
#B11FF9RGB
rgb(177, 31, 249)HSL
hsl(280, 95%, 55%)OKLCH
oklch(0.594 0.286 309.7)CMYK
cmyk(29%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A606F6
2#9406DB
3#8105BF
4#6F04A4
5#5C0489
6#4A036D
7#370252
8#250137
9#12011B
Tints
Lighter variations
1#B836FA
2#C04CFA
3#C862FB
4#D079FC
5#D88FFC
6#E0A5FD
7#E7BCFD
8#EFD2FE
9#F7E9FE
Tones
Muted variations
1#AD2AEE
2#A935E3
3#A640D9
4#A24BCE
5#9E56C3
6#9B61B8
7#976CAD
8#9476A2
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 | E8BE #E8BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D78D #D78DFC | BordersInactive statesPlaceholder text |
| 400 | C251 #C251FB | Disabled statesSecondary iconsMuted text |
| 500 | B11F #B11FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9406 #9406DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7604 #7604AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5403 #54037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3602 #360250 | 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: #E8BEFD;
--magenta-300: #D78DFC;
--magenta-400: #C251FB;
--magenta-500: #B11FF9;
--magenta-600: #9406DB;
--magenta-700: #7604AE;
--magenta-800: #54037C;
--magenta-900: #360250;
--magenta-950: #220132;
}