Magenta
#BE22F7
PurpleColor Codes
All color formats for development
HEX
#BE22F7RGB
rgb(190, 34, 247)HSL
hsl(284, 93%, 55%)OKLCH
oklch(0.611 0.286 313.8)CMYK
cmyk(23%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B509F4
2#A108D9
3#8D07BD
4#7906A2
5#650587
6#50046C
7#3C0351
8#280236
9#14011B
Tints
Lighter variations
1#C538F8
2#CB4EF9
3#D264F9
4#D87AFA
5#DF90FB
6#E5A6FC
7#ECBDFD
8#F2D3FD
9#F9E9FE
Tones
Muted variations
1#B92CEC
2#B437E2
3#AF42D7
4#AA4CCC
5#A557C2
6#A062B7
7#9B6CAC
8#9677A2
9#918297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DD #F5DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | ECBF #ECBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | DE8E #DE8EFB | BordersInactive statesPlaceholder text |
| 400 | CC53 #CC53F9 | Disabled statesSecondary iconsMuted text |
| 500 | BE22 #BE22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | A108 #A108D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8006 #8006AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5B04 #5B047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B03 #3B034F | Primary textHigh emphasis contentDark headings |
| 950 | 2502 #250231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF0FE;
--magenta-100: #F5DDFE;
--magenta-200: #ECBFFD;
--magenta-300: #DE8EFB;
--magenta-400: #CC53F9;
--magenta-500: #BE22F7;
--magenta-600: #A108D9;
--magenta-700: #8006AC;
--magenta-800: #5B047B;
--magenta-900: #3B034F;
--magenta-950: #250231;
}