Magenta
#F722E9
PinkColor Codes
All color formats for development
HEX
#F722E9RGB
rgb(247, 34, 233)HSL
hsl(304, 93%, 55%)OKLCH
oklch(0.684 0.296 331.5)CMYK
cmyk(0%, 86%, 6%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F409E4
2#D908CB
3#BD07B1
4#A20698
5#87057F
6#6C0465
7#51034C
8#360233
9#1B0119
Tints
Lighter variations
1#F838EB
2#F94EED
3#F964EF
4#FA7AF2
5#FB90F4
6#FCA6F6
7#FDBDF8
8#FDD3FB
9#FEE9FD
Tones
Muted variations
1#EC2CDF
2#E237D6
3#D742CD
4#CC4CC4
5#C257BA
6#B762B1
7#AC6CA8
8#A2779F
9#978295
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EF4 | BordersInactive statesPlaceholder text |
| 400 | F953 #F953EE | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F722E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D908CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC06A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0473 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F034A | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31022E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF0FE;
--magenta-100: #FEDDFC;
--magenta-200: #FDBFF9;
--magenta-300: #FB8EF4;
--magenta-400: #F953EE;
--magenta-500: #F722E9;
--magenta-600: #D908CB;
--magenta-700: #AC06A1;
--magenta-800: #7B0473;
--magenta-900: #4F034A;
--magenta-950: #31022E;
}