Magenta
#F820F8
PinkColor Codes
All color formats for development
HEX
#F820F8RGB
rgb(248, 32, 248)HSL
hsl(300, 94%, 55%)OKLCH
oklch(0.694 0.307 328.3)CMYK
cmyk(0%, 87%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F508F5
2#DA07DA
3#BE06BE
4#A305A3
5#880488
6#6D036D
7#520352
8#360236
9#1B011B
Tints
Lighter variations
1#F937F9
2#F94DF9
3#FA63FA
4#FB79FB
5#FC90FC
6#FCA6FC
7#FDBCFD
8#FED2FE
9#FEE9FE
Tones
Muted variations
1#ED2BED
2#E336E3
3#D841D8
4#CD4CCD
5#C256C2
6#B761B7
7#AD6CAD
8#A277A2
9#978197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8DFB | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA52FA | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F820F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F024F | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FFF0FF;
--magenta-100: #FEDCFE;
--magenta-200: #FDBFFD;
--magenta-300: #FB8DFB;
--magenta-400: #FA52FA;
--magenta-500: #F820F8;
--magenta-600: #DA07DA;
--magenta-700: #AD05AD;
--magenta-800: #7C047C;
--magenta-900: #4F024F;
--magenta-950: #310231;
}