Magenta
#F127E0
PinkColor Codes
All color formats for development
HEX
#F127E0RGB
rgb(241, 39, 224)HSL
hsl(305, 88%, 55%)OKLCH
oklch(0.673 0.285 332.3)CMYK
cmyk(0%, 84%, 7%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED0FDB
2#D30DC2
3#B90CAA
4#9E0A92
5#84087A
6#690761
7#4F0549
8#350331
9#1A0218
Tints
Lighter variations
1#F33DE3
2#F452E7
3#F568EA
4#F77EED
5#F893F0
6#F9A9F3
7#FBBEF6
8#FCD4F9
9#FEE9FC
Tones
Muted variations
1#E731D8
2#DD3BD0
3#D346C7
4#C950BF
5#BF5AB6
6#B564AE
7#AB6EA5
8#A0789D
9#968295
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891EF | BordersInactive statesPlaceholder text |
| 400 | F457 #F457E7 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30DC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B9B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #78086F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0547 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30032C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF1FD;
--magenta-100: #FDDDFA;
--magenta-200: #FBC1F6;
--magenta-300: #F891EF;
--magenta-400: #F457E7;
--magenta-500: #F127E0;
--magenta-600: #D30DC2;
--magenta-700: #A80B9B;
--magenta-800: #78086F;
--magenta-900: #4D0547;
--magenta-950: #30032C;
}