Magenta
#D11AFF
PinkColor Codes
All color formats for development
HEX
#D11AFFRGB
rgb(209, 26, 255)HSL
hsl(288, 100%, 55%)OKLCH
oklch(0.64 0.301 317.4)CMYK
cmyk(18%, 90%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CA00FC
2#B400E0
3#9D00C4
4#8700A8
5#70008C
6#5A0070
7#430054
8#2D0038
9#16001C
Tints
Lighter variations
1#D630FF
2#DA47FF
3#DF5EFF
4#E375FF
5#E88CFF
6#EDA3FF
7#F1BAFF
8#F6D1FF
9#FAE8FF
Tones
Muted variations
1#CA25F4
2#C330E8
3#BC3CDD
4#B647D1
5#AF53C6
6#A85EBA
7#A16AAF
8#9A75A3
9#938198
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 | F2BD #F2BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | E88A #E88AFF | BordersInactive statesPlaceholder text |
| 400 | DB4D #DB4DFF | Disabled statesSecondary iconsMuted text |
| 500 | D11A #D11AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | B400 #B400E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8F00 #8F00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6600 #660080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4100 #410052 | Primary textHigh emphasis contentDark headings |
| 950 | 2900 #290033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FF;
--magenta-100: #F8DBFF;
--magenta-200: #F2BDFF;
--magenta-300: #E88AFF;
--magenta-400: #DB4DFF;
--magenta-500: #D11AFF;
--magenta-600: #B400E0;
--magenta-700: #8F00B3;
--magenta-800: #660080;
--magenta-900: #410052;
--magenta-950: #290033;
}