Magenta
#F028F0
PinkColor Codes
All color formats for development
HEX
#F028F0RGB
rgb(240, 40, 240)HSL
hsl(300, 87%, 55%)OKLCH
oklch(0.68 0.294 328.2)CMYK
cmyk(0%, 83%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC10EC
2#D20FD2
3#B80DB8
4#9D0B9D
5#830983
6#690769
7#4F054F
8#340434
9#1A021A
Tints
Lighter variations
1#F23EF2
2#F353F3
3#F569F5
4#F67EF6
5#F894F8
6#F9A9F9
7#FBBFFB
8#FCD4FC
9#FEEAFE
Tones
Muted variations
1#E632E6
2#DC3CDC
3#D246D2
4#C850C8
5#BE5ABE
6#B464B4
7#AA6EAA
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 | FDDE #FDDEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | F791 #F791F7 | BordersInactive statesPlaceholder text |
| 400 | F358 #F358F3 | Disabled statesSecondary iconsMuted text |
| 500 | F028 #F028F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | D20F #D20FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A70C #A70CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7708 #770877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C05 #4C054C | 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: #FDDEFD;
--magenta-200: #FBC1FB;
--magenta-300: #F791F7;
--magenta-400: #F358F3;
--magenta-500: #F028F0;
--magenta-600: #D20FD2;
--magenta-700: #A70CA7;
--magenta-800: #770877;
--magenta-900: #4C054C;
--magenta-950: #300330;
}