Magenta
#BF26F2
PinkColor Codes
All color formats for development
HEX
#BF26F2RGB
rgb(191, 38, 242)HSL
hsl(285, 89%, 55%)OKLCH
oklch(0.611 0.28 315.1)CMYK
cmyk(21%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B60EEF
2#A20CD4
3#8E0BBA
4#7A099F
5#650885
6#51066A
7#3D0550
8#290335
9#14021B
Tints
Lighter variations
1#C63CF4
2#CC51F5
3#D267F6
4#D97DF7
5#DF93F9
6#E6A8FA
7#ECBEFB
8#F2D4FC
9#F9E9FE
Tones
Muted variations
1#BA30E8
2#B53BDE
3#B045D4
4#AB4FCA
5#A659BF
6#A163B5
7#9C6EAB
8#9678A1
9#918296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DD #F5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC0 #EDC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | DE90 #DE90F9 | BordersInactive statesPlaceholder text |
| 400 | CD56 #CD56F5 | Disabled statesSecondary iconsMuted text |
| 500 | BF26 #BF26F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | A20C #A20CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 810A #810AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C07 #5C0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B04 #3B044D | Primary textHigh emphasis contentDark headings |
| 950 | 2503 #250330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF1FE;
--magenta-100: #F5DDFD;
--magenta-200: #EDC0FB;
--magenta-300: #DE90F9;
--magenta-400: #CD56F5;
--magenta-500: #BF26F2;
--magenta-600: #A20CD4;
--magenta-700: #810AA9;
--magenta-800: #5C0778;
--magenta-900: #3B044D;
--magenta-950: #250330;
}