Magenta
#B926F2
PurpleColor Codes
All color formats for development
HEX
#B926F2RGB
rgb(185, 38, 242)HSL
hsl(283, 89%, 55%)OKLCH
oklch(0.603 0.278 313.4)CMYK
cmyk(24%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AF0EEF
2#9B0CD4
3#880BBA
4#75099F
5#610885
6#4E066A
7#3A0550
8#270335
9#13021B
Tints
Lighter variations
1#C03CF4
2#C751F5
3#CE67F6
4#D57DF7
5#DC93F9
6#E3A8FA
7#EABEFB
8#F1D4FC
9#F8E9FE
Tones
Muted variations
1#B430E8
2#B03BDE
3#AB45D4
4#A74FCA
5#A259BF
6#9E63B5
7#9A6EAB
8#9578A1
9#918296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DD #F4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBC0 #EBC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | DB90 #DB90F9 | BordersInactive statesPlaceholder text |
| 400 | C856 #C856F5 | Disabled statesSecondary iconsMuted text |
| 500 | B926 #B926F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9B0C #9B0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7C0A #7C0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5807 #580778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3904 #39044D | Primary textHigh emphasis contentDark headings |
| 950 | 2303 #230330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FAF1FE;
--magenta-100: #F4DDFD;
--magenta-200: #EBC0FB;
--magenta-300: #DB90F9;
--magenta-400: #C856F5;
--magenta-500: #B926F2;
--magenta-600: #9B0CD4;
--magenta-700: #7C0AA9;
--magenta-800: #580778;
--magenta-900: #39044D;
--magenta-950: #230330;
}