Magenta
#D110D1
PinkColor Codes
All color formats for development
HEX
#D110D1RGB
rgb(209, 16, 209)HSL
hsl(300, 86%, 44%)OKLCH
oklch(0.607 0.273 328.3)CMYK
cmyk(0%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BC0EBC
2#A70DA7
3#920B92
4#7D097D
5#680868
6#530653
7#3F053F
8#2A032A
9#150215
Tints
Lighter variations
1#EB12EB
2#EF2BEF
3#F145F1
4#F360F3
5#F57AF5
6#F795F7
7#F9AFF9
8#FBCAFB
9#FDE4FD
Tones
Muted variations
1#C719C7
2#BD23BD
3#B42DB4
4#AA36AA
5#A040A0
6#974A97
7#8D538D
8#835D83
9#7A677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDE #FDDEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC1 #FAC1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | F792 #F792F7 | BordersInactive statesPlaceholder text |
| 400 | F359 #F359F3 | Disabled statesSecondary iconsMuted text |
| 500 | EF2A #EF2AEF | Primary brand colorCTAsActive elementsLinks |
| 600 | D110 #D110D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A60C #A60CA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7709 #770977 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C06 #4C064C | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF1FE;
--magenta-100: #FDDEFD;
--magenta-200: #FAC1FA;
--magenta-300: #F792F7;
--magenta-400: #F359F3;
--magenta-500: #EF2AEF;
--magenta-600: #D110D1;
--magenta-700: #A60CA6;
--magenta-800: #770977;
--magenta-900: #4C064C;
--magenta-950: #2F042F;
}