Magenta
#F722F7
PinkColor Codes
All color formats for development
HEX
#F722F7RGB
rgb(247, 34, 247)HSL
hsl(300, 93%, 55%)OKLCH
oklch(0.692 0.305 328.3)CMYK
cmyk(0%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F409F4
2#D908D9
3#BD07BD
4#A206A2
5#870587
6#6C046C
7#510351
8#360236
9#1B011B
Tints
Lighter variations
1#F838F8
2#F94EF9
3#F964F9
4#FA7AFA
5#FB90FB
6#FCA6FC
7#FDBDFD
8#FDD3FD
9#FEE9FE
Tones
Muted variations
1#EC2CEC
2#E237E2
3#D742D7
4#CC4CCC
5#C257C2
6#B762B7
7#AC6CAC
8#A277A2
9#978297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EFB | BordersInactive statesPlaceholder text |
| 400 | F953 #F953F9 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F722F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D908D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F034F | 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: #FEF0FE;
--magenta-100: #FEDDFE;
--magenta-200: #FDBFFD;
--magenta-300: #FB8EFB;
--magenta-400: #F953F9;
--magenta-500: #F722F7;
--magenta-600: #D908D9;
--magenta-700: #AC06AC;
--magenta-800: #7B047B;
--magenta-900: #4F034F;
--magenta-950: #310231;
}