Magenta
#F028D2
PinkColor Codes
All color formats for development
HEX
#F028D2RGB
rgb(240, 40, 210)HSL
hsl(309, 87%, 55%)OKLCH
oklch(0.664 0.275 335.7)CMYK
cmyk(0%, 83%, 13%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC10CB
2#D20FB5
3#B80D9E
4#9D0B87
5#830971
6#69075A
7#4F0544
8#34042D
9#1A0217
Tints
Lighter variations
1#F23ED7
2#F353DB
3#F569E0
4#F67EE4
5#F894E9
6#F9A9ED
7#FBBFF2
8#FCD4F6
9#FEEAFB
Tones
Muted variations
1#E632CB
2#DC3CC4
3#D246BD
4#C850B6
5#BE5AAF
6#B464A8
7#AA6EA1
8#A0789A
9#968293
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDE #FDDEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F791 #F791E8 | BordersInactive statesPlaceholder text |
| 400 | F358 #F358DC | Disabled statesSecondary iconsMuted text |
| 500 | F028 #F028D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | D20F #D20FB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A70C #A70C90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7708 #770867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C05 #4C0542 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF1FC;
--magenta-100: #FDDEF8;
--magenta-200: #FBC1F2;
--magenta-300: #F791E8;
--magenta-400: #F358DC;
--magenta-500: #F028D2;
--magenta-600: #D20FB5;
--magenta-700: #A70C90;
--magenta-800: #770867;
--magenta-900: #4C0542;
--magenta-950: #300329;
}