Magenta
#BF20F8
PurpleColor Codes
All color formats for development
HEX
#BF20F8RGB
rgb(191, 32, 248)HSL
hsl(284, 94%, 55%)OKLCH
oklch(0.612 0.288 313.9)CMYK
cmyk(23%, 87%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B608F5
2#A107DA
3#8D06BE
4#7905A3
5#650488
6#51036D
7#3D0352
8#280236
9#14011B
Tints
Lighter variations
1#C537F9
2#CB4DF9
3#D263FA
4#D879FB
5#DF90FC
6#E5A6FC
7#ECBCFD
8#F2D2FE
9#F9E9FE
Tones
Muted variations
1#BA2BED
2#B536E3
3#AF41D8
4#AA4CCD
5#A556C2
6#A061B7
7#9B6CAD
8#9677A2
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 | ECBF #ECBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | DE8D #DE8DFB | BordersInactive statesPlaceholder text |
| 400 | CD52 #CD52FA | Disabled statesSecondary iconsMuted text |
| 500 | BF20 #BF20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | A107 #A107DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8005 #8005AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C04 #5C047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B02 #3B024F | Primary textHigh emphasis contentDark headings |
| 950 | 2502 #250231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF0FF;
--magenta-100: #F5DCFE;
--magenta-200: #ECBFFD;
--magenta-300: #DE8DFB;
--magenta-400: #CD52FA;
--magenta-500: #BF20F8;
--magenta-600: #A107DA;
--magenta-700: #8005AD;
--magenta-800: #5C047C;
--magenta-900: #3B024F;
--magenta-950: #250231;
}