Magenta
#F722D7
PinkColor Codes
All color formats for development
HEX
#F722D7RGB
rgb(247, 34, 215)HSL
hsl(309, 93%, 55%)OKLCH
oklch(0.675 0.285 336)CMYK
cmyk(0%, 86%, 13%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F409D0
2#D908B9
3#BD07A2
4#A2068B
5#870574
6#6C045D
7#510345
8#36022E
9#1B0117
Tints
Lighter variations
1#F838DB
2#F94EDF
3#F964E3
4#FA7AE7
5#FB90EB
6#FCA6EF
7#FDBDF3
8#FDD3F7
9#FEE9FB
Tones
Muted variations
1#EC2CCF
2#E237C8
3#D742C1
4#CC4CB9
5#C257B2
6#B762AA
7#AC6CA3
8#A2779B
9#978294
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EEB | BordersInactive statesPlaceholder text |
| 400 | F953 #F953E0 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F722D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D908B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC0693 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0469 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0343 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31022A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF0FC;
--magenta-100: #FEDDF9;
--magenta-200: #FDBFF3;
--magenta-300: #FB8EEB;
--magenta-400: #F953E0;
--magenta-500: #F722D7;
--magenta-600: #D908B9;
--magenta-700: #AC0693;
--magenta-800: #7B0469;
--magenta-900: #4F0343;
--magenta-950: #31022A;
}