Magenta
#D51AFF
PinkColor Codes
All color formats for development
HEX
#D51AFFRGB
rgb(213, 26, 255)HSL
hsl(289, 100%, 55%)OKLCH
oklch(0.646 0.302 318.4)CMYK
cmyk(16%, 90%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CE00FC
2#B700E0
3#A000C4
4#8900A8
5#73008C
6#5C0070
7#450054
8#2E0038
9#17001C
Tints
Lighter variations
1#D930FF
2#DD47FF
3#E25EFF
4#E675FF
5#EA8CFF
6#EEA3FF
7#F2BAFF
8#F7D1FF
9#FBE8FF
Tones
Muted variations
1#CE25F4
2#C630E8
3#BF3CDD
4#B847D1
5#B153C6
6#A95EBA
7#A26AAF
8#9B75A3
9#948198
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DB #F8DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3BD #F3BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | E98A #E98AFF | BordersInactive statesPlaceholder text |
| 400 | DE4D #DE4DFF | Disabled statesSecondary iconsMuted text |
| 500 | D51A #D51AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | B700 #B700E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9200 #9200B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6800 #680080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4300 #430052 | 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: #F8DBFF;
--magenta-200: #F3BDFF;
--magenta-300: #E98AFF;
--magenta-400: #DE4DFF;
--magenta-500: #D51AFF;
--magenta-600: #B700E0;
--magenta-700: #9200B3;
--magenta-800: #680080;
--magenta-900: #430052;
--magenta-950: #2A0033;
}