Magenta
#D91AFF
PinkColor Codes
All color formats for development
HEX
#D91AFFRGB
rgb(217, 26, 255)HSL
hsl(290, 100%, 55%)OKLCH
oklch(0.651 0.304 319.4)CMYK
cmyk(15%, 90%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D200FC
2#BB00E0
3#A400C4
4#8C00A8
5#75008C
6#5D0070
7#460054
8#2F0038
9#17001C
Tints
Lighter variations
1#DD30FF
2#E047FF
3#E45EFF
4#E875FF
5#EC8CFF
6#F0A3FF
7#F4BAFF
8#F7D1FF
9#FBE8FF
Tones
Muted variations
1#D125F4
2#C930E8
3#C23CDD
4#BA47D1
5#B353C6
6#AB5EBA
7#A36AAF
8#9C75A3
9#948198
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DB #F9DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4BD #F4BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | EB8A #EB8AFF | BordersInactive statesPlaceholder text |
| 400 | E14D #E14DFF | Disabled statesSecondary iconsMuted text |
| 500 | D91A #D91AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | BB00 #BB00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9500 #9500B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A00 #6A0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4400 #440052 | Primary textHigh emphasis contentDark headings |
| 950 | 2A00 #2A0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FF;
--magenta-100: #F9DBFF;
--magenta-200: #F4BDFF;
--magenta-300: #EB8AFF;
--magenta-400: #E14DFF;
--magenta-500: #D91AFF;
--magenta-600: #BB00E0;
--magenta-700: #9500B3;
--magenta-800: #6A0080;
--magenta-900: #440052;
--magenta-950: #2A0033;
}