Magenta
#F722E2
PinkColor Codes
All color formats for development
HEX
#F722E2RGB
rgb(247, 34, 226)HSL
hsl(306, 93%, 55%)OKLCH
oklch(0.681 0.291 333.2)CMYK
cmyk(0%, 86%, 9%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F409DC
2#D908C4
3#BD07AB
4#A20693
5#87057A
6#6C0462
7#510349
8#360231
9#1B0118
Tints
Lighter variations
1#F838E5
2#F94EE7
3#F964EA
4#FA7AED
5#FB90F0
6#FCA6F3
7#FDBDF6
8#FDD3F9
9#FEE9FC
Tones
Muted variations
1#EC2CD9
2#E237D1
3#D742C8
4#CC4CBF
5#C257B7
6#B762AE
7#AC6CA6
8#A2779D
9#978295
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EF0 | BordersInactive statesPlaceholder text |
| 400 | F953 #F953E8 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F722E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D908C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC069C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B046F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0347 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31022C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF0FD;
--magenta-100: #FEDDFA;
--magenta-200: #FDBFF7;
--magenta-300: #FB8EF0;
--magenta-400: #F953E8;
--magenta-500: #F722E2;
--magenta-600: #D908C4;
--magenta-700: #AC069C;
--magenta-800: #7B046F;
--magenta-900: #4F0347;
--magenta-950: #31022C;
}