Magenta
#B722F7
PurpleColor Codes
All color formats for development
HEX
#B722F7RGB
rgb(183, 34, 247)HSL
hsl(282, 93%, 55%)OKLCH
oklch(0.602 0.284 311.8)CMYK
cmyk(26%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AD09F4
2#9A08D9
3#8707BD
4#7306A2
5#600587
6#4D046C
7#3A0351
8#260236
9#13011B
Tints
Lighter variations
1#BE38F8
2#C54EF9
3#CD64F9
4#D47AFA
5#DB90FB
6#E2A6FC
7#E9BDFD
8#F1D3FD
9#F8E9FE
Tones
Muted variations
1#B32CEC
2#AE37E2
3#AA42D7
4#A64CCC
5#A257C2
6#9D62B7
7#996CAC
8#9577A2
9#918297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DD #F4DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EABF #EABFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | DA8E #DA8EFB | BordersInactive statesPlaceholder text |
| 400 | C753 #C753F9 | Disabled statesSecondary iconsMuted text |
| 500 | B722 #B722F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9A08 #9A08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7A06 #7A06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5704 #57047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3803 #38034F | Primary textHigh emphasis contentDark headings |
| 950 | 2302 #230231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FAF0FE;
--magenta-100: #F4DDFE;
--magenta-200: #EABFFD;
--magenta-300: #DA8EFB;
--magenta-400: #C753F9;
--magenta-500: #B722F7;
--magenta-600: #9A08D9;
--magenta-700: #7A06AC;
--magenta-800: #57047B;
--magenta-900: #38034F;
--magenta-950: #230231;
}