Magenta
#EC1AFF
PinkColor Codes
All color formats for development
HEX
#EC1AFFRGB
rgb(236, 26, 255)HSL
hsl(295, 100%, 55%)OKLCH
oklch(0.678 0.31 324)CMYK
cmyk(7%, 90%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E700FC
2#CE00E0
3#B400C4
4#9A00A8
5#81008C
6#670070
7#4D0054
8#330038
9#1A001C
Tints
Lighter variations
1#EE30FF
2#F047FF
3#F25EFF
4#F475FF
5#F58CFF
6#F7A3FF
7#F9BAFF
8#FBD1FF
9#FDE8FF
Tones
Muted variations
1#E225F4
2#D930E8
3#CF3CDD
4#C647D1
5#BC53C6
6#B25EBA
7#A96AAF
8#9F75A3
9#968198
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDB #FCDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9BD #F9BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | F58A #F58AFF | BordersInactive statesPlaceholder text |
| 400 | F04D #F04DFF | Disabled statesSecondary iconsMuted text |
| 500 | EC1A #EC1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | CE00 #CE00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A400 #A400B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7500 #750080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B00 #4B0052 | Primary textHigh emphasis contentDark headings |
| 950 | 2F00 #2F0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF0FF;
--magenta-100: #FCDBFF;
--magenta-200: #F9BDFF;
--magenta-300: #F58AFF;
--magenta-400: #F04DFF;
--magenta-500: #EC1AFF;
--magenta-600: #CE00E0;
--magenta-700: #A400B3;
--magenta-800: #750080;
--magenta-900: #4B0052;
--magenta-950: #2F0033;
}