Magenta
#D91FF9
PinkColor Codes
All color formats for development
HEX
#D91FF9RGB
rgb(217, 31, 249)HSL
hsl(291, 95%, 55%)OKLCH
oklch(0.649 0.297 320.7)CMYK
cmyk(13%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D206F6
2#BB06DB
3#A305BF
4#8C04A4
5#750489
6#5D036D
7#460252
8#2F0137
9#17011B
Tints
Lighter variations
1#DC36FA
2#E04CFA
3#E462FB
4#E879FC
5#EC8FFC
6#F0A5FD
7#F3BCFD
8#F7D2FE
9#FBE9FE
Tones
Muted variations
1#D12AEE
2#C935E3
3#C240D9
4#BA4BCE
5#B256C3
6#AB61B8
7#A36CAD
8#9C76A2
9#948197
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 | F4BE #F4BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | EB8D #EB8DFC | BordersInactive statesPlaceholder text |
| 400 | E151 #E151FB | Disabled statesSecondary iconsMuted text |
| 500 | D91F #D91FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | BB06 #BB06DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9504 #9504AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A03 #6A037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4402 #440250 | 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: #F4BEFD;
--magenta-300: #EB8DFC;
--magenta-400: #E151FB;
--magenta-500: #D91FF9;
--magenta-600: #BB06DB;
--magenta-700: #9504AE;
--magenta-800: #6A037C;
--magenta-900: #440250;
--magenta-950: #2A0132;
}