Magenta
#D820F8
PinkColor Codes
All color formats for development
HEX
#D820F8RGB
rgb(216, 32, 248)HSL
hsl(291, 94%, 55%)OKLCH
oklch(0.647 0.296 320.6)CMYK
cmyk(13%, 87%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D108F5
2#BA07DA
3#A306BE
4#8C05A3
5#740488
6#5D036D
7#460352
8#2F0236
9#17011B
Tints
Lighter variations
1#DC37F9
2#E04DF9
3#E463FA
4#E779FB
5#EB90FC
6#EFA6FC
7#F3BCFD
8#F7D2FE
9#FBE9FE
Tones
Muted variations
1#D02BED
2#C936E3
3#C141D8
4#BA4CCD
5#B256C2
6#AA61B7
7#A36CAD
8#9B77A2
9#948197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DC #F9DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4BF #F4BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | EB8D #EB8DFB | BordersInactive statesPlaceholder text |
| 400 | E052 #E052FA | Disabled statesSecondary iconsMuted text |
| 500 | D820 #D820F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | BA07 #BA07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9405 #9405AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A04 #6A047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4402 #44024F | Primary textHigh emphasis contentDark headings |
| 950 | 2A02 #2A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FF;
--magenta-100: #F9DCFE;
--magenta-200: #F4BFFD;
--magenta-300: #EB8DFB;
--magenta-400: #E052FA;
--magenta-500: #D820F8;
--magenta-600: #BA07DA;
--magenta-700: #9405AD;
--magenta-800: #6A047C;
--magenta-900: #44024F;
--magenta-950: #2A0231;
}