Magenta
#D11FF9
PinkColor Codes
All color formats for development
HEX
#D11FF9RGB
rgb(209, 31, 249)HSL
hsl(289, 95%, 55%)OKLCH
oklch(0.638 0.295 318.6)CMYK
cmyk(16%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CA06F6
2#B406DB
3#9D05BF
4#8704A4
5#700489
6#5A036D
7#430252
8#2D0137
9#16011B
Tints
Lighter variations
1#D636FA
2#DA4CFA
3#DF62FB
4#E479FC
5#E88FFC
6#EDA5FD
7#F1BCFD
8#F6D2FE
9#FAE9FE
Tones
Muted variations
1#CA2AEE
2#C335E3
3#BD40D9
4#B64BCE
5#AF56C3
6#A861B8
7#A16CAD
8#9A76A2
9#938197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DC #F8DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2BE #F2BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E88D #E88DFC | BordersInactive statesPlaceholder text |
| 400 | DB51 #DB51FB | Disabled statesSecondary iconsMuted text |
| 500 | D11F #D11FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | B406 #B406DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8F04 #8F04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6603 #66037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4102 #410250 | Primary textHigh emphasis contentDark headings |
| 950 | 2901 #290132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FF;
--magenta-100: #F8DCFE;
--magenta-200: #F2BEFD;
--magenta-300: #E88DFC;
--magenta-400: #DB51FB;
--magenta-500: #D11FF9;
--magenta-600: #B406DB;
--magenta-700: #8F04AE;
--magenta-800: #66037C;
--magenta-900: #410250;
--magenta-950: #290132;
}