Magenta
#D930E8
PinkColor Codes
All color formats for development
HEX
#D930E8RGB
rgb(217, 48, 232)HSL
hsl(295, 80%, 55%)OKLCH
oklch(0.646 0.274 324.3)CMYK
cmyk(6%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D219E3
2#BB16CA
3#A414B1
4#8C1197
5#750E7E
6#5D0B65
7#46084C
8#2F0632
9#170319
Tints
Lighter variations
1#DD45EA
2#E05AED
3#E46EEF
4#E883F1
5#EC98F4
6#F0ACF6
7#F4C1F8
8#F7D6FA
9#FBEAFD
Tones
Muted variations
1#D13ADF
2#C943D6
3#C24CCD
4#BA55C3
5#B25EBA
6#AB68B1
7#A371A8
8#9C7A9F
9#948395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DF #F9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C3 #F4C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | EB95 #EB95F3 | BordersInactive statesPlaceholder text |
| 400 | E15E #E15EED | Disabled statesSecondary iconsMuted text |
| 500 | D930 #D930E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | BB16 #BB16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9512 #9512A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A0D #6A0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4408 #440849 | Primary textHigh emphasis contentDark headings |
| 950 | 2B05 #2B052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF1FD;
--magenta-100: #F9DFFB;
--magenta-200: #F4C3F8;
--magenta-300: #EB95F3;
--magenta-400: #E15EED;
--magenta-500: #D930E8;
--magenta-600: #BB16CA;
--magenta-700: #9512A1;
--magenta-800: #6A0D73;
--magenta-900: #440849;
--magenta-950: #2B052E;
}