Magenta
#BE1AFF
PurpleColor Codes
All color formats for development
HEX
#BE1AFFRGB
rgb(190, 26, 255)HSL
hsl(283, 100%, 55%)OKLCH
oklch(0.614 0.296 312.3)CMYK
cmyk(25%, 90%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B500FC
2#A100E0
3#8D00C4
4#7900A8
5#65008C
6#500070
7#3C0054
8#280038
9#14001C
Tints
Lighter variations
1#C430FF
2#CB47FF
3#D15EFF
4#D875FF
5#DE8CFF
6#E5A3FF
7#EBBAFF
8#F2D1FF
9#F8E8FF
Tones
Muted variations
1#B925F4
2#B430E8
3#AF3CDD
4#AA47D1
5#A553C6
6#A05EBA
7#9B6AAF
8#9675A3
9#918198
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DB #F5DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | ECBD #ECBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | DE8A #DE8AFF | BordersInactive statesPlaceholder text |
| 400 | CC4D #CC4DFF | Disabled statesSecondary iconsMuted text |
| 500 | BE1A #BE1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | A100 #A100E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8000 #8000B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5B00 #5B0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A00 #3A0052 | Primary textHigh emphasis contentDark headings |
| 950 | 2500 #250033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF0FF;
--magenta-100: #F5DBFF;
--magenta-200: #ECBDFF;
--magenta-300: #DE8AFF;
--magenta-400: #CC4DFF;
--magenta-500: #BE1AFF;
--magenta-600: #A100E0;
--magenta-700: #8000B3;
--magenta-800: #5B0080;
--magenta-900: #3A0052;
--magenta-950: #250033;
}