Magenta
#BD1CFD
PurpleColor Codes
All color formats for development
HEX
#BD1CFDRGB
rgb(189, 28, 253)HSL
hsl(283, 98%, 55%)OKLCH
oklch(0.612 0.293 312.4)CMYK
cmyk(25%, 89%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B403FA
2#A002DE
3#8C02C2
4#7802A7
5#64018B
6#50016F
7#3C0153
8#280138
9#14001C
Tints
Lighter variations
1#C433FD
2#CA49FD
3#D160FD
4#D777FE
5#DE8DFE
6#E5A4FE
7#EBBBFE
8#F2D2FF
9#F8E8FF
Tones
Muted variations
1#B827F1
2#B332E6
3#AE3EDB
4#A949D0
5#A554C4
6#A05FB9
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 #F5DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | ECBD #ECBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | DD8B #DD8BFE | BordersInactive statesPlaceholder text |
| 400 | CC4E #CC4EFD | Disabled statesSecondary iconsMuted text |
| 500 | BD1C #BD1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | A002 #A002DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7F02 #7F02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5B01 #5B017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A01 #3A0151 | 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: #F5DCFF;
--magenta-200: #ECBDFE;
--magenta-300: #DD8BFE;
--magenta-400: #CC4EFD;
--magenta-500: #BD1CFD;
--magenta-600: #A002DE;
--magenta-700: #7F02B1;
--magenta-800: #5B017E;
--magenta-900: #3A0151;
--magenta-950: #240132;
}