Magenta
#BB27F1
PurpleColor Codes
All color formats for development
HEX
#BB27F1RGB
rgb(187, 39, 241)HSL
hsl(284, 88%, 55%)OKLCH
oklch(0.605 0.277 314.1)CMYK
cmyk(22%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B20FED
2#9E0DD3
3#8A0CB9
4#770A9E
5#630884
6#4F0769
7#3B054F
8#280335
9#14021A
Tints
Lighter variations
1#C23DF3
2#C952F4
3#D068F5
4#D67EF7
5#DD93F8
6#E4A9F9
7#EBBEFB
8#F1D4FC
9#F8E9FE
Tones
Muted variations
1#B731E7
2#B23BDD
3#AD46D3
4#A950C9
5#A45ABF
6#9F64B5
7#9A6EAB
8#9678A0
9#918296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DD #F4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBC1 #EBC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | DC91 #DC91F8 | BordersInactive statesPlaceholder text |
| 400 | CA57 #CA57F4 | Disabled statesSecondary iconsMuted text |
| 500 | BB27 #BB27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9E0D #9E0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7E0B #7E0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5A08 #5A0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A05 #3A054D | Primary textHigh emphasis contentDark headings |
| 950 | 2403 #240330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FAF1FE;
--magenta-100: #F4DDFD;
--magenta-200: #EBC1FB;
--magenta-300: #DC91F8;
--magenta-400: #CA57F4;
--magenta-500: #BB27F1;
--magenta-600: #9E0DD3;
--magenta-700: #7E0BA8;
--magenta-800: #5A0878;
--magenta-900: #3A054D;
--magenta-950: #240330;
}