Magenta
#F01AFF
PinkColor Codes
All color formats for development
HEX
#F01AFFRGB
rgb(240, 26, 255)HSL
hsl(296, 100%, 55%)OKLCH
oklch(0.684 0.311 325)CMYK
cmyk(6%, 90%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC00FC
2#D100E0
3#B700C4
4#9D00A8
5#83008C
6#690070
7#4F0054
8#340038
9#1A001C
Tints
Lighter variations
1#F130FF
2#F347FF
3#F45EFF
4#F675FF
5#F78CFF
6#F9A3FF
7#FABAFF
8#FCD1FF
9#FDE8FF
Tones
Muted variations
1#E625F4
2#DC30E8
3#D23CDD
4#C847D1
5#BE53C6
6#B45EBA
7#AA6AAF
8#A075A3
9#968198
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDB #FDDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBBD #FBBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | F78A #F78AFF | BordersInactive statesPlaceholder text |
| 400 | F34D #F34DFF | Disabled statesSecondary iconsMuted text |
| 500 | F01A #F01AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | D100 #D100E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A700 #A700B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7700 #770080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C00 #4C0052 | Primary textHigh emphasis contentDark headings |
| 950 | 3000 #300033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF0FF;
--magenta-100: #FDDBFF;
--magenta-200: #FBBDFF;
--magenta-300: #F78AFF;
--magenta-400: #F34DFF;
--magenta-500: #F01AFF;
--magenta-600: #D100E0;
--magenta-700: #A700B3;
--magenta-800: #770080;
--magenta-900: #4C0052;
--magenta-950: #300033;
}