Magenta
#D31DFC
PinkColor Codes
All color formats for development
HEX
#D31DFCRGB
rgb(211, 29, 252)HSL
hsl(289, 97%, 55%)OKLCH
oklch(0.642 0.298 318.5)CMYK
cmyk(16%, 88%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CC04F9
2#B503DD
3#9E03C1
4#8803A6
5#71028A
6#5B026F
7#440153
8#2D0137
9#17001C
Tints
Lighter variations
1#D734FC
2#DC4AFC
3#E061FD
4#E477FD
5#E98EFD
6#EDA5FE
7#F2BBFE
8#F6D2FE
9#FBE8FF
Tones
Muted variations
1#CC28F0
2#C533E5
3#BE3EDA
4#B749CF
5#AF55C4
6#A860B9
7#A16BAE
8#9A76A3
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 #F2BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E88B #E88BFD | BordersInactive statesPlaceholder text |
| 400 | DD4F #DD4FFC | Disabled statesSecondary iconsMuted text |
| 500 | D31D #D31DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | B503 #B503DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9003 #9003B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6702 #67027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4201 #420150 | 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: #F2BEFE;
--magenta-300: #E88BFD;
--magenta-400: #DD4FFC;
--magenta-500: #D31DFC;
--magenta-600: #B503DD;
--magenta-700: #9003B0;
--magenta-800: #67027E;
--magenta-900: #420150;
--magenta-950: #290132;
}