Magenta
#B61AFF
PurpleColor Codes
All color formats for development
HEX
#B61AFFRGB
rgb(182, 26, 255)HSL
hsl(281, 100%, 55%)OKLCH
oklch(0.603 0.294 310.1)CMYK
cmyk(29%, 90%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AD00FC
2#9900E0
3#8600C4
4#7300A8
5#60008C
6#4D0070
7#3A0054
8#260038
9#13001C
Tints
Lighter variations
1#BE30FF
2#C547FF
3#CC5EFF
4#D375FF
5#DB8CFF
6#E2A3FF
7#E9BAFF
8#F0D1FF
9#F8E8FF
Tones
Muted variations
1#B225F4
2#AE30E8
3#AA3CDD
4#A547D1
5#A153C6
6#9D5EBA
7#996AAF
8#9575A3
9#908198
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DB #F4DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | EABD #EABDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | DA8A #DA8AFF | BordersInactive statesPlaceholder text |
| 400 | C64D #C64DFF | Disabled statesSecondary iconsMuted text |
| 500 | B61A #B61AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 9900 #9900E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7A00 #7A00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5700 #570080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3800 #380052 | Primary textHigh emphasis contentDark headings |
| 950 | 2300 #230033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FAF0FF;
--magenta-100: #F4DBFF;
--magenta-200: #EABDFF;
--magenta-300: #DA8AFF;
--magenta-400: #C64DFF;
--magenta-500: #B61AFF;
--magenta-600: #9900E0;
--magenta-700: #7A00B3;
--magenta-800: #570080;
--magenta-900: #380052;
--magenta-950: #230033;
}