Magenta
#D71CFD
PinkColor Codes
All color formats for development
HEX
#D71CFDRGB
rgb(215, 28, 253)HSL
hsl(290, 98%, 55%)OKLCH
oklch(0.648 0.301 319.3)CMYK
cmyk(15%, 89%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D103FA
2#BA02DE
3#A202C2
4#8B02A7
5#74018B
6#5D016F
7#460153
8#2E0138
9#17001C
Tints
Lighter variations
1#DB33FD
2#DF49FD
3#E360FD
4#E777FE
5#EB8DFE
6#EFA4FE
7#F3BBFE
8#F7D2FF
9#FBE8FF
Tones
Muted variations
1#D027F1
2#C832E6
3#C13EDB
4#B949D0
5#B254C4
6#AA5FB9
7#A36BAE
8#9B76A3
9#948197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DC #F9DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4BD #F4BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | EB8B #EB8BFE | BordersInactive statesPlaceholder text |
| 400 | E04E #E04EFD | Disabled statesSecondary iconsMuted text |
| 500 | D71C #D71CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | BA02 #BA02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9402 #9402B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6901 #69017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4301 #430151 | Primary textHigh emphasis contentDark headings |
| 950 | 2A01 #2A0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FF;
--magenta-100: #F9DCFF;
--magenta-200: #F4BDFE;
--magenta-300: #EB8BFE;
--magenta-400: #E04EFD;
--magenta-500: #D71CFD;
--magenta-600: #BA02DE;
--magenta-700: #9402B1;
--magenta-800: #69017E;
--magenta-900: #430151;
--magenta-950: #2A0132;
}