Magenta
#B503DD
PinkColor Codes
All color formats for development
HEX
#B503DDRGB
rgb(181, 3, 221)HSL
hsl(289, 97%, 44%)OKLCH
oklch(0.57 0.276 317.7)CMYK
cmyk(18%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A303C7
2#9103B1
3#7F029B
4#6D0285
5#5B026F
6#480158
7#360142
8#24012C
9#120016
Tints
Lighter variations
1#CC04F9
2#D31EFC
3#D83AFC
4#DE56FC
5#E372FD
6#E98EFD
7#EEABFE
8#F4C7FE
9#F9E3FF
Tones
Muted variations
1#AE0ED2
2#A719C7
3#A024BC
4#9A2FB2
5#933AA7
6#8C459C
7#855091
8#7E5A86
9#77657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DC #F8DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2BE #F2BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E88B #E88BFD | BordersInactive statesPlaceholder text |
| 400 | DD4F #DD4FFC | Disabled statesSecondary iconsMuted text |
| 500 | D31D #D31DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | B503 #B503DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9003 #9003B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6702 #67027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4201 #420150 | Primary textHigh emphasis contentDark headings |
| 950 | 2901 #290132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FF;
--magenta-100: #F8DCFE;
--magenta-200: #F2BEFE;
--magenta-300: #E88BFD;
--magenta-400: #DD4FFC;
--magenta-500: #D31DFC;
--magenta-600: #B503DD;
--magenta-700: #9003B0;
--magenta-800: #67027E;
--magenta-900: #420150;
--magenta-950: #290132;
}