Magenta
#BF27F1
PinkColor Codes
All color formats for development
HEX
#BF27F1RGB
rgb(191, 39, 241)HSL
hsl(285, 88%, 55%)OKLCH
oklch(0.611 0.279 315.3)CMYK
cmyk(21%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B60FED
2#A20DD3
3#8D0CB9
4#790A9E
5#650884
6#510769
7#3D054F
8#280335
9#14021A
Tints
Lighter variations
1#C53DF3
2#CC52F4
3#D268F5
4#D87EF7
5#DF93F8
6#E5A9F9
7#ECBEFB
8#F2D4FC
9#F9E9FE
Tones
Muted variations
1#BA31E7
2#B53BDD
3#B046D3
4#AB50C9
5#A55ABF
6#A064B5
7#9B6EAB
8#9678A0
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 | ECC1 #ECC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | DE91 #DE91F8 | BordersInactive statesPlaceholder text |
| 400 | CD57 #CD57F4 | Disabled statesSecondary iconsMuted text |
| 500 | BF27 #BF27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | A20D #A20DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 810B #810BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C08 #5C0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B05 #3B054D | 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: #ECC1FB;
--magenta-300: #DE91F8;
--magenta-400: #CD57F4;
--magenta-500: #BF27F1;
--magenta-600: #A20DD3;
--magenta-700: #810BA8;
--magenta-800: #5C0878;
--magenta-900: #3B054D;
--magenta-950: #250330;
}