Magenta
#BB1FF9
PurpleColor Codes
All color formats for development
HEX
#BB1FF9RGB
rgb(187, 31, 249)HSL
hsl(283, 95%, 55%)OKLCH
oklch(0.607 0.288 312.6)CMYK
cmyk(25%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B206F6
2#9E06DB
3#8B05BF
4#7704A4
5#630489
6#4F036D
7#3B0252
8#280137
9#14011B
Tints
Lighter variations
1#C236FA
2#C94CFA
3#D062FB
4#D679FC
5#DD8FFC
6#E4A5FD
7#EBBCFD
8#F1D2FE
9#F8E9FE
Tones
Muted variations
1#B72AEE
2#B235E3
3#AD40D9
4#A94BCE
5#A456C3
6#9F61B8
7#9A6CAD
8#9676A2
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 #EBBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | DC8D #DC8DFC | BordersInactive statesPlaceholder text |
| 400 | CA51 #CA51FB | Disabled statesSecondary iconsMuted text |
| 500 | BB1F #BB1FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9E06 #9E06DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7E04 #7E04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5A03 #5A037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A02 #3A0250 | Primary textHigh emphasis contentDark headings |
| 950 | 2401 #240132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FAF0FF;
--magenta-100: #F4DCFE;
--magenta-200: #EBBEFD;
--magenta-300: #DC8DFC;
--magenta-400: #CA51FB;
--magenta-500: #BB1FF9;
--magenta-600: #9E06DB;
--magenta-700: #7E04AE;
--magenta-800: #5A037C;
--magenta-900: #3A0250;
--magenta-950: #240132;
}