Magenta
#B225F4
PurpleColor Codes
All color formats for development
HEX
#B225F4RGB
rgb(178, 37, 244)HSL
hsl(281, 90%, 55%)OKLCH
oklch(0.595 0.279 310.9)CMYK
cmyk(27%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A80DF0
2#950BD5
3#830ABB
4#7008A0
5#5D0785
6#4B066B
7#380450
8#250335
9#13011B
Tints
Lighter variations
1#BA3BF5
2#C151F6
3#C966F7
4#D17CF8
5#D992F9
6#E0A8FA
7#E8BEFC
8#F0D3FD
9#F7E9FE
Tones
Muted variations
1#AE2FE9
2#AB3ADF
3#A744D5
4#A34ECA
5#9F59C0
6#9B63B6
7#986DAB
8#9478A1
9#908297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DD #F3DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9C0 #E9C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | D890 #D890F9 | BordersInactive statesPlaceholder text |
| 400 | C355 #C355F6 | Disabled statesSecondary iconsMuted text |
| 500 | B225 #B225F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 950B #950BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7709 #7709AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5506 #550679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3604 #36044E | Primary textHigh emphasis contentDark headings |
| 950 | 2203 #220330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FAF0FE;
--magenta-100: #F3DDFD;
--magenta-200: #E9C0FC;
--magenta-300: #D890F9;
--magenta-400: #C355F6;
--magenta-500: #B225F4;
--magenta-600: #950BD5;
--magenta-700: #7709AA;
--magenta-800: #550679;
--magenta-900: #36044E;
--magenta-950: #220330;
}