Magenta
#FF1AFF
PinkColor Codes
All color formats for development
HEX
#FF1AFFRGB
rgb(255, 26, 255)HSL
hsl(300, 100%, 55%)OKLCH
oklch(0.706 0.316 328.3)CMYK
cmyk(0%, 90%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FC00FC
2#E000E0
3#C400C4
4#A800A8
5#8C008C
6#700070
7#540054
8#380038
9#1C001C
Tints
Lighter variations
1#FF30FF
2#FF47FF
3#FF5EFF
4#FF75FF
5#FF8CFF
6#FFA3FF
7#FFBAFF
8#FFD1FF
9#FFE8FF
Tones
Muted variations
1#F425F4
2#E830E8
3#DD3CDD
4#D147D1
5#C653C6
6#BA5EBA
7#AF6AAF
8#A375A3
9#988198
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AFF | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4DFF | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E000E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B300B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #520052 | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FFF0FF;
--magenta-100: #FFDBFF;
--magenta-200: #FFBDFF;
--magenta-300: #FF8AFF;
--magenta-400: #FF4DFF;
--magenta-500: #FF1AFF;
--magenta-600: #E000E0;
--magenta-700: #B300B3;
--magenta-800: #800080;
--magenta-900: #520052;
--magenta-950: #330033;
}