Magenta
#F127D6
PinkColor Codes
All color formats for development
HEX
#F127D6RGB
rgb(241, 39, 214)HSL
hsl(308, 88%, 55%)OKLCH
oklch(0.667 0.278 334.9)CMYK
cmyk(0%, 84%, 11%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED0FD0
2#D30DB9
3#B90CA2
4#9E0A8A
5#840873
6#69075C
7#4F0545
8#35032E
9#1A0217
Tints
Lighter variations
1#F33DDA
2#F452DE
3#F568E3
4#F77EE7
5#F893EB
6#F9A9EF
7#FBBEF3
8#FCD4F7
9#FEE9FB
Tones
Muted variations
1#E731CF
2#DD3BC7
3#D346C0
4#C950B9
5#BF5AB1
6#B564AA
7#AB6EA2
8#A0789B
9#968294
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891EA | BordersInactive statesPlaceholder text |
| 400 | F457 #F457DF | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30DB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780869 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0543 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30032A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF1FC;
--magenta-100: #FDDDF9;
--magenta-200: #FBC1F3;
--magenta-300: #F891EA;
--magenta-400: #F457DF;
--magenta-500: #F127D6;
--magenta-600: #D30DB9;
--magenta-700: #A80B93;
--magenta-800: #780869;
--magenta-900: #4D0543;
--magenta-950: #30032A;
}