Magenta
#BC1DFC
PurpleColor Codes
All color formats for development
HEX
#BC1DFCRGB
rgb(188, 29, 252)HSL
hsl(283, 97%, 55%)OKLCH
oklch(0.61 0.292 312.3)CMYK
cmyk(25%, 88%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B304F9
2#9F03DD
3#8B03C1
4#7803A6
5#64028A
6#50026F
7#3C0153
8#280137
9#14001C
Tints
Lighter variations
1#C334FC
2#CA4AFC
3#D061FD
4#D777FD
5#DE8EFD
6#E4A5FE
7#EBBBFE
8#F2D2FE
9#F8E8FF
Tones
Muted variations
1#B828F0
2#B333E5
3#AE3EDA
4#A949CF
5#A455C4
6#A060B9
7#9B6BAE
8#9676A3
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 | ECBE #ECBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | DD8B #DD8BFD | BordersInactive statesPlaceholder text |
| 400 | CB4F #CB4FFC | Disabled statesSecondary iconsMuted text |
| 500 | BC1D #BC1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 9F03 #9F03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7F03 #7F03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5B02 #5B027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A01 #3A0150 | Primary textHigh emphasis contentDark headings |
| 950 | 2401 #240132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF0FF;
--magenta-100: #F5DCFE;
--magenta-200: #ECBEFE;
--magenta-300: #DD8BFD;
--magenta-400: #CB4FFC;
--magenta-500: #BC1DFC;
--magenta-600: #9F03DD;
--magenta-700: #7F03B0;
--magenta-800: #5B027E;
--magenta-900: #3A0150;
--magenta-950: #240132;
}