Magenta
#F722E5
PinkColor Codes
All color formats for development
HEX
#F722E5RGB
rgb(247, 34, 229)HSL
hsl(305, 93%, 55%)OKLCH
oklch(0.682 0.293 332.5)CMYK
cmyk(0%, 86%, 7%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F409E0
2#D908C7
3#BD07AE
4#A20695
5#87057C
6#6C0464
7#51034B
8#360232
9#1B0119
Tints
Lighter variations
1#F838E8
2#F94EEA
3#F964ED
4#FA7AF0
5#FB90F2
6#FCA6F5
7#FDBDF7
8#FDD3FA
9#FEE9FC
Tones
Muted variations
1#EC2CDC
2#E237D3
3#D742CB
4#CC4CC2
5#C257B9
6#B762B0
7#AC6CA7
8#A2779E
9#978295
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EF2 | BordersInactive statesPlaceholder text |
| 400 | F953 #F953EB | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F722E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D908C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC069E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0471 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0348 | 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: #FEF0FD;
--magenta-100: #FEDDFB;
--magenta-200: #FDBFF8;
--magenta-300: #FB8EF2;
--magenta-400: #F953EB;
--magenta-500: #F722E5;
--magenta-600: #D908C7;
--magenta-700: #AC069E;
--magenta-800: #7B0471;
--magenta-900: #4F0348;
--magenta-950: #31022D;
}