Magenta
#F127F1
PinkColor Codes
All color formats for development
HEX
#F127F1RGB
rgb(241, 39, 241)HSL
hsl(300, 88%, 55%)OKLCH
oklch(0.682 0.296 328.2)CMYK
cmyk(0%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED0FED
2#D30DD3
3#B90CB9
4#9E0A9E
5#840884
6#690769
7#4F054F
8#350335
9#1A021A
Tints
Lighter variations
1#F33DF3
2#F452F4
3#F568F5
4#F77EF7
5#F893F8
6#F9A9F9
7#FBBEFB
8#FCD4FC
9#FEE9FE
Tones
Muted variations
1#E731E7
2#DD3BDD
3#D346D3
4#C950C9
5#BF5ABF
6#B564B5
7#AB6EAB
8#A078A0
9#968296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891F8 | BordersInactive statesPlaceholder text |
| 400 | F457 #F457F4 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D054D | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF1FE;
--magenta-100: #FDDDFD;
--magenta-200: #FBC1FB;
--magenta-300: #F891F8;
--magenta-400: #F457F4;
--magenta-500: #F127F1;
--magenta-600: #D30DD3;
--magenta-700: #A80BA8;
--magenta-800: #780878;
--magenta-900: #4D054D;
--magenta-950: #300330;
}