Magenta
#EE2BEB
PinkColor Codes
All color formats for development
HEX
#EE2BEBRGB
rgb(238, 43, 235)HSL
hsl(301, 85%, 55%)OKLCH
oklch(0.676 0.288 328.9)CMYK
cmyk(0%, 82%, 1%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA13E6
2#D011CC
3#B60FB3
4#9C0D99
5#820B80
6#680866
7#4E064D
8#340433
9#1A021A
Tints
Lighter variations
1#F040ED
2#F155EF
3#F36AF1
4#F580F3
5#F695F5
6#F8AAF7
7#FABFF9
8#FCD5FB
9#FDEAFD
Tones
Muted variations
1#E434E1
2#DA3ED8
3#D148CE
4#C752C5
5#BD5BBB
6#B365B2
7#AA6FA9
8#A0799F
9#968296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692F5 | BordersInactive statesPlaceholder text |
| 400 | F25A #F25AEF | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2BEB | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D011CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50DA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B064A | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F042E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF1FE;
--magenta-100: #FCDEFC;
--magenta-200: #FAC2F9;
--magenta-300: #F692F5;
--magenta-400: #F25AEF;
--magenta-500: #EE2BEB;
--magenta-600: #D011CC;
--magenta-700: #A50DA3;
--magenta-800: #760A74;
--magenta-900: #4B064A;
--magenta-950: #2F042E;
}