Magenta
#BB20F8
PurpleColor Codes
All color formats for development
HEX
#BB20F8RGB
rgb(187, 32, 248)HSL
hsl(283, 94%, 55%)OKLCH
oklch(0.607 0.287 312.8)CMYK
cmyk(25%, 87%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B208F5
2#9E07DA
3#8A06BE
4#7605A3
5#630488
6#4F036D
7#3B0352
8#270236
9#14011B
Tints
Lighter variations
1#C237F9
2#C94DF9
3#CF63FA
4#D679FB
5#DD90FC
6#E4A6FC
7#EBBCFD
8#F1D2FE
9#F8E9FE
Tones
Muted variations
1#B62BED
2#B236E3
3#AD41D8
4#A84CCD
5#A456C2
6#9F61B7
7#9A6CAD
8#9677A2
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 | EBBF #EBBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | DC8D #DC8DFB | BordersInactive statesPlaceholder text |
| 400 | CA52 #CA52FA | Disabled statesSecondary iconsMuted text |
| 500 | BB20 #BB20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9E07 #9E07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7E05 #7E05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5A04 #5A047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3902 #39024F | Primary textHigh emphasis contentDark headings |
| 950 | 2402 #240231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FAF0FF;
--magenta-100: #F4DCFE;
--magenta-200: #EBBFFD;
--magenta-300: #DC8DFB;
--magenta-400: #CA52FA;
--magenta-500: #BB20F8;
--magenta-600: #9E07DA;
--magenta-700: #7E05AD;
--magenta-800: #5A047C;
--magenta-900: #39024F;
--magenta-950: #240231;
}