Magenta
#BF1FF9
PurpleColor Codes
All color formats for development
HEX
#BF1FF9RGB
rgb(191, 31, 249)HSL
hsl(284, 95%, 55%)OKLCH
oklch(0.613 0.289 313.8)CMYK
cmyk(23%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B606F6
2#A206DB
3#8E05BF
4#7904A4
5#650489
6#51036D
7#3D0252
8#280137
9#14011B
Tints
Lighter variations
1#C636FA
2#CC4CFA
3#D262FB
4#D979FC
5#DF8FFC
6#E5A5FD
7#ECBCFD
8#F2D2FE
9#F9E9FE
Tones
Muted variations
1#BA2AEE
2#B535E3
3#B040D9
4#AB4BCE
5#A656C3
6#A161B8
7#9C6CAD
8#9676A2
9#918197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DC #F5DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDBE #EDBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | DE8D #DE8DFC | BordersInactive statesPlaceholder text |
| 400 | CD51 #CD51FB | Disabled statesSecondary iconsMuted text |
| 500 | BF1F #BF1FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | A206 #A206DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8104 #8104AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C03 #5C037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B02 #3B0250 | Primary textHigh emphasis contentDark headings |
| 950 | 2501 #250132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF0FF;
--magenta-100: #F5DCFE;
--magenta-200: #EDBEFD;
--magenta-300: #DE8DFC;
--magenta-400: #CD51FB;
--magenta-500: #BF1FF9;
--magenta-600: #A206DB;
--magenta-700: #8104AE;
--magenta-800: #5C037C;
--magenta-900: #3B0250;
--magenta-950: #250132;
}