Magenta
#F722DB
PinkColor Codes
All color formats for development
HEX
#F722DBRGB
rgb(247, 34, 219)HSL
hsl(308, 93%, 55%)OKLCH
oklch(0.677 0.287 334.9)CMYK
cmyk(0%, 86%, 11%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F409D4
2#D908BD
3#BD07A5
4#A2068E
5#870576
6#6C045E
7#510347
8#36022F
9#1B0118
Tints
Lighter variations
1#F838DE
2#F94EE2
3#F964E5
4#FA7AE9
5#FB90ED
6#FCA6F0
7#FDBDF4
8#FDD3F8
9#FEE9FB
Tones
Muted variations
1#EC2CD3
2#E237CB
3#D742C3
4#CC4CBB
5#C257B3
6#B762AC
7#AC6CA4
8#A2779C
9#978294
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EEC | BordersInactive statesPlaceholder text |
| 400 | F953 #F953E3 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F722DB | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D908BD | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC0696 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B046B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0345 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31022B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF0FD;
--magenta-100: #FEDDF9;
--magenta-200: #FDBFF4;
--magenta-300: #FB8EEC;
--magenta-400: #F953E3;
--magenta-500: #F722DB;
--magenta-600: #D908BD;
--magenta-700: #AC0696;
--magenta-800: #7B046B;
--magenta-900: #4F0345;
--magenta-950: #31022B;
}