Magenta
#B903DD
PinkColor Codes
All color formats for development
HEX
#B903DDRGB
rgb(185, 3, 221)HSL
hsl(290, 97%, 44%)OKLCH
oklch(0.576 0.277 318.8)CMYK
cmyk(16%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A603C7
2#9403B1
3#81029B
4#6F0285
5#5C026F
6#4A0158
7#370142
8#25012C
9#120016
Tints
Lighter variations
1#D004F9
2#D71EFC
3#DC3AFC
4#E156FC
5#E672FD
6#EB8EFD
7#F0ABFE
8#F5C7FE
9#FAE3FF
Tones
Muted variations
1#B20ED2
2#AA19C7
3#A324BC
4#9C2FB2
5#943AA7
6#8D459C
7#865091
8#7F5A86
9#77657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DC #F9DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3BE #F3BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | EA8B #EA8BFD | BordersInactive statesPlaceholder text |
| 400 | DF4F #DF4FFC | Disabled statesSecondary iconsMuted text |
| 500 | D61D #D61DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | B903 #B903DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9303 #9303B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6902 #69027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4301 #430150 | Primary textHigh emphasis contentDark headings |
| 950 | 2A01 #2A0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FF;
--magenta-100: #F9DCFE;
--magenta-200: #F3BEFE;
--magenta-300: #EA8BFD;
--magenta-400: #DF4FFC;
--magenta-500: #D61DFC;
--magenta-600: #B903DD;
--magenta-700: #9303B0;
--magenta-800: #69027E;
--magenta-900: #430150;
--magenta-950: #2A0132;
}