Magenta
#F820E6
PinkColor Codes
All color formats for development
HEX
#F820E6RGB
rgb(248, 32, 230)HSL
hsl(305, 94%, 55%)OKLCH
oklch(0.684 0.295 332.5)CMYK
cmyk(0%, 87%, 7%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F508E1
2#DA07C8
3#BE06AF
4#A30596
5#88047D
6#6D0364
7#52034B
8#360232
9#1B0119
Tints
Lighter variations
1#F937E9
2#F94DEB
3#FA63EE
4#FB79F0
5#FC90F3
6#FCA6F5
7#FDBCF8
8#FED2FA
9#FEE9FD
Tones
Muted variations
1#ED2BDD
2#E336D4
3#D841CB
4#CD4CC2
5#C256B9
6#B761B0
7#AD6CA7
8#A2779E
9#978195
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8DF2 | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA52EC | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F820E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA07C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD059F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C0472 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F0249 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31022D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FFF0FD;
--magenta-100: #FEDCFB;
--magenta-200: #FDBFF8;
--magenta-300: #FB8DF2;
--magenta-400: #FA52EC;
--magenta-500: #F820E6;
--magenta-600: #DA07C8;
--magenta-700: #AD059F;
--magenta-800: #7C0472;
--magenta-900: #4F0249;
--magenta-950: #31022D;
}