Magenta
#D31CFD
PinkColor Codes
All color formats for development
HEX
#D31CFDRGB
rgb(211, 28, 253)HSL
hsl(289, 98%, 55%)OKLCH
oklch(0.642 0.299 318.3)CMYK
cmyk(17%, 89%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CD03FA
2#B602DE
3#9F02C2
4#8802A7
5#72018B
6#5B016F
7#440153
8#2D0138
9#17001C
Tints
Lighter variations
1#D833FD
2#DC49FD
3#E160FD
4#E577FE
5#E98DFE
6#EEA4FE
7#F2BBFE
8#F6D2FF
9#FBE8FF
Tones
Muted variations
1#CC27F1
2#C532E6
3#BE3EDB
4#B749D0
5#B054C4
6#A95FB9
7#A26BAE
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 #F8DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2BD #F2BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E98B #E98BFE | BordersInactive statesPlaceholder text |
| 400 | DD4E #DD4EFD | Disabled statesSecondary iconsMuted text |
| 500 | D31C #D31CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | B602 #B602DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9102 #9102B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6701 #67017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4201 #420151 | 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: #F8DCFF;
--magenta-200: #F2BDFE;
--magenta-300: #E98BFE;
--magenta-400: #DD4EFD;
--magenta-500: #D31CFD;
--magenta-600: #B602DE;
--magenta-700: #9102B1;
--magenta-800: #67017E;
--magenta-900: #420151;
--magenta-950: #290132;
}