Magenta
#B51DFC
PurpleColor Codes
All color formats for development
HEX
#B51DFCRGB
rgb(181, 29, 252)HSL
hsl(281, 97%, 55%)OKLCH
oklch(0.601 0.29 310.3)CMYK
cmyk(28%, 88%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AB04F9
2#9803DD
3#8503C1
4#7203A6
5#5F028A
6#4C026F
7#390153
8#260137
9#13001C
Tints
Lighter variations
1#BC34FC
2#C44AFC
3#CB61FD
4#D377FD
5#DA8EFD
6#E1A5FE
7#E9BBFE
8#F0D2FE
9#F8E8FF
Tones
Muted variations
1#B128F0
2#AD33E5
3#A93EDA
4#A549CF
5#A155C4
6#9D60B9
7#986BAE
8#9476A3
9#908197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DC #F3DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EABE #EABEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D98B #D98BFD | BordersInactive statesPlaceholder text |
| 400 | C54F #C54FFC | Disabled statesSecondary iconsMuted text |
| 500 | B51D #B51DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 9803 #9803DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7903 #7903B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5602 #56027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3701 #370150 | Primary textHigh emphasis contentDark headings |
| 950 | 2301 #230132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FAF0FF;
--magenta-100: #F3DCFE;
--magenta-200: #EABEFE;
--magenta-300: #D98BFD;
--magenta-400: #C54FFC;
--magenta-500: #B51DFC;
--magenta-600: #9803DD;
--magenta-700: #7903B0;
--magenta-800: #56027E;
--magenta-900: #370150;
--magenta-950: #230132;
}