Magenta
#D100E0
PinkColor Codes
All color formats for development
HEX
#D100E0RGB
rgb(209, 0, 224)HSL
hsl(296, 100%, 44%)OKLCH
oklch(0.613 0.287 324.6)CMYK
cmyk(7%, 100%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BC00CA
2#A800B4
3#93009D
4#7E0087
5#690070
6#54005A
7#3F0043
8#2A002D
9#150016
Tints
Lighter variations
1#EC00FD
2#F01BFF
3#F237FF
4#F454FF
5#F570FF
6#F78DFF
7#F9A9FF
8#FBC6FF
9#FDE2FF
Tones
Muted variations
1#C80BD5
2#BE16CA
3#B422BF
4#AB2DB4
5#A138A8
6#97439D
7#8D4F92
8#845A87
9#7A657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDB #FDDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBBD #FBBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | F78A #F78AFF | BordersInactive statesPlaceholder text |
| 400 | F34D #F34DFF | Disabled statesSecondary iconsMuted text |
| 500 | F01A #F01AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | D100 #D100E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A700 #A700B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7700 #770080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C00 #4C0052 | Primary textHigh emphasis contentDark headings |
| 950 | 3000 #300033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF0FF;
--magenta-100: #FDDBFF;
--magenta-200: #FBBDFF;
--magenta-300: #F78AFF;
--magenta-400: #F34DFF;
--magenta-500: #F01AFF;
--magenta-600: #D100E0;
--magenta-700: #A700B3;
--magenta-800: #770080;
--magenta-900: #4C0052;
--magenta-950: #300033;
}