Magenta
#EE2BD7
PinkColor Codes
All color formats for development
HEX
#EE2BD7RGB
rgb(238, 43, 215)HSL
hsl(307, 85%, 55%)OKLCH
oklch(0.665 0.275 333.9)CMYK
cmyk(0%, 82%, 10%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA13D0
2#D011B9
3#B60FA2
4#9C0D8B
5#820B74
6#68085D
7#4E0645
8#34042E
9#1A0217
Tints
Lighter variations
1#F040DB
2#F155DF
3#F36AE3
4#F580E7
5#F695EB
6#F8AAEF
7#FABFF3
8#FCD5F7
9#FDEAFB
Tones
Muted variations
1#E434D0
2#DA3EC8
3#D148C1
4#C752B9
5#BD5BB2
6#B365AA
7#AA6FA3
8#A0799B
9#968294
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692EB | BordersInactive statesPlaceholder text |
| 400 | F25A #F25AE0 | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2BD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D011B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B0643 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F042A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF1FC;
--magenta-100: #FCDEF9;
--magenta-200: #FAC2F3;
--magenta-300: #F692EB;
--magenta-400: #F25AE0;
--magenta-500: #EE2BD7;
--magenta-600: #D011B9;
--magenta-700: #A50D93;
--magenta-800: #760A69;
--magenta-900: #4B0643;
--magenta-950: #2F042A;
}